From 8498cf80b4574ec2f5818b863a8fd3464432f990 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Fri, 9 Apr 2021 11:38:01 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=204e7e8?= =?UTF-8?q?da5749ebc06459bbb203a5b4cfcfd6f1105=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guard/all.html | 2 +- guard/api/v1/fn.services.html | 2 +- guard/api/v1/index.html | 2 +- guard/api/v1/mcaptcha/domains/index.html | 6 - .../api/v1/mcaptcha/domains/sidebar-items.js | 1 - .../v1/mcaptcha/domains/struct.Challenge.html | 124 ---- .../v1/mcaptcha/domains/struct.Domain.html | 124 ---- .../mcaptcha/domains/struct.add_domain.html | 112 --- .../domains/struct.delete_domain.html | 112 --- .../domains/struct.get_challenge.html | 112 --- .../v1/mcaptcha/domains/struct.verify.html | 112 --- guard/api/v1/mcaptcha/duration/index.html | 2 +- .../mcaptcha/duration/struct.GetDuration.html | 6 +- .../duration/struct.GetDurationResp.html | 6 +- .../duration/struct.UpdateDuration.html | 10 +- .../duration/struct.get_duration.html | 2 +- .../duration/struct.update_duration.html | 2 +- guard/api/v1/mcaptcha/fn.get_random.html | 2 +- guard/api/v1/mcaptcha/index.html | 4 +- .../mcaptcha/levels/fn.get_levels_util.html | 2 +- guard/api/v1/mcaptcha/levels/index.html | 4 +- guard/api/v1/mcaptcha/levels/sidebar-items.js | 2 +- .../v1/mcaptcha/levels/struct.AddLevels.html | 10 +- .../v1/mcaptcha/levels/struct.GetLevels.html | 117 ---- .../v1/mcaptcha/levels/struct.I32Levels.html | 6 +- .../api/v1/mcaptcha/levels/struct.Levels.html | 6 +- .../v1/mcaptcha/levels/struct.add_levels.html | 2 +- .../mcaptcha/levels/struct.delete_levels.html | 2 +- .../v1/mcaptcha/levels/struct.get_levels.html | 2 +- .../mcaptcha/levels/struct.update_levels.html | 2 +- .../mcaptcha/fn.update_token_helper.html | 2 +- guard/api/v1/mcaptcha/mcaptcha/index.html | 2 +- .../mcaptcha/struct.MCaptchaDetails.html | 12 +- .../mcaptcha/mcaptcha/struct.MCaptchaID.html | 15 +- .../mcaptcha/struct.add_mcaptcha.html | 2 +- .../mcaptcha/struct.delete_mcaptcha.html | 2 +- .../mcaptcha/mcaptcha/struct.get_token.html | 2 +- .../mcaptcha/struct.update_token.html | 2 +- guard/api/v1/mcaptcha/sidebar-items.js | 2 +- .../service/trait.HttpServiceFactory.js | 2 +- implementors/core/clone/trait.Clone.js | 2 +- implementors/core/fmt/trait.Debug.js | 2 +- implementors/core/marker/trait.Freeze.js | 2 +- implementors/core/marker/trait.Send.js | 2 +- implementors/core/marker/trait.Sync.js | 2 +- implementors/core/marker/trait.Unpin.js | 2 +- implementors/serde/de/trait.Deserialize.js | 2 +- implementors/serde/ser/trait.Serialize.js | 2 +- implementors/std/panic/trait.RefUnwindSafe.js | 2 +- implementors/std/panic/trait.UnwindSafe.js | 2 +- search-index.js | 2 +- source-files.js | 2 +- src/guard/api/v1/mcaptcha/domains.rs.html | 655 ------------------ src/guard/api/v1/mcaptcha/duration.rs.html | 36 +- src/guard/api/v1/mcaptcha/levels.rs.html | 118 ++-- src/guard/api/v1/mcaptcha/mcaptcha.rs.html | 186 ++--- src/guard/api/v1/mcaptcha/mod.rs.html | 2 - src/guard/api/v1/mod.rs.html | 14 - 58 files changed, 220 insertions(+), 1756 deletions(-) delete mode 100644 guard/api/v1/mcaptcha/domains/index.html delete mode 100644 guard/api/v1/mcaptcha/domains/sidebar-items.js delete mode 100644 guard/api/v1/mcaptcha/domains/struct.Challenge.html delete mode 100644 guard/api/v1/mcaptcha/domains/struct.Domain.html delete mode 100644 guard/api/v1/mcaptcha/domains/struct.add_domain.html delete mode 100644 guard/api/v1/mcaptcha/domains/struct.delete_domain.html delete mode 100644 guard/api/v1/mcaptcha/domains/struct.get_challenge.html delete mode 100644 guard/api/v1/mcaptcha/domains/struct.verify.html delete mode 100644 guard/api/v1/mcaptcha/levels/struct.GetLevels.html delete mode 100644 src/guard/api/v1/mcaptcha/domains.rs.html diff --git a/guard/all.html b/guard/all.html index 5e86e808..0d74d640 100644 --- a/guard/all.html +++ b/guard/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Enums

Functions

Typedefs

Statics

Constants

+

Structs

Enums

Functions

Typedefs

Statics

Constants

\ No newline at end of file diff --git a/guard/api/v1/fn.services.html b/guard/api/v1/fn.services.html index 56ddf830..051fbae1 100644 --- a/guard/api/v1/fn.services.html +++ b/guard/api/v1/fn.services.html @@ -1,5 +1,5 @@ guard::api::v1::services - Rust

Function guard::api::v1::services[][src]

pub fn services(cfg: &mut ServiceConfig)
+ Change settings

Function guard::api::v1::services[][src]

pub fn services(cfg: &mut ServiceConfig)
\ No newline at end of file diff --git a/guard/api/v1/index.html b/guard/api/v1/index.html index a823ad9a..ea57655d 100644 --- a/guard/api/v1/index.html +++ b/guard/api/v1/index.html @@ -1,7 +1,7 @@ guard::api::v1 - Rust

Module guard::api::v1[][src]

Modules

+ Change settings

Module guard::api::v1[][src]

Modules

auth
mcaptcha
meta

Functions

services
\ No newline at end of file diff --git a/guard/api/v1/mcaptcha/domains/index.html b/guard/api/v1/mcaptcha/domains/index.html deleted file mode 100644 index 3aa6cfc0..00000000 --- a/guard/api/v1/mcaptcha/domains/index.html +++ /dev/null @@ -1,6 +0,0 @@ -guard::api::v1::mcaptcha::domains - Rust - -

Module guard::api::v1::mcaptcha::domains[][src]

Structs

-
Challenge
Domain
add_domain
delete_domain
get_challenge
verify
- \ No newline at end of file diff --git a/guard/api/v1/mcaptcha/domains/sidebar-items.js b/guard/api/v1/mcaptcha/domains/sidebar-items.js deleted file mode 100644 index 67373d4d..00000000 --- a/guard/api/v1/mcaptcha/domains/sidebar-items.js +++ /dev/null @@ -1 +0,0 @@ -initSidebarItems({"struct":[["Challenge",""],["Domain",""],["add_domain",""],["delete_domain",""],["get_challenge",""],["verify",""]]}); \ No newline at end of file diff --git a/guard/api/v1/mcaptcha/domains/struct.Challenge.html b/guard/api/v1/mcaptcha/domains/struct.Challenge.html deleted file mode 100644 index ad72f227..00000000 --- a/guard/api/v1/mcaptcha/domains/struct.Challenge.html +++ /dev/null @@ -1,124 +0,0 @@ -guard::api::v1::mcaptcha::domains::Challenge - Rust - -

Struct guard::api::v1::mcaptcha::domains::Challenge[][src]

pub struct Challenge {
-    verification_challenge: String,
-}

- Fields

verification_challenge: String

Trait Implementations

impl Clone for Challenge[src]

impl Debug for Challenge[src]

impl<'de> Deserialize<'de> for Challenge[src]

impl Serialize for Challenge[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Conv for T

impl<T> Conv for T

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> FmtForward for T

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pipe for T where
    T: ?Sized

impl<T> Pipe for T

impl<T> PipeAsRef for T

impl<T> PipeBorrow for T

impl<T> PipeDeref for T

impl<T> PipeRef for T

impl<T> Same<T> for T

type Output = T

Should always be Self

-

impl<T> Tap for T

impl<T> Tap for T

impl<T, U> TapAsRef<U> for T where
    U: ?Sized

impl<T, U> TapBorrow<U> for T where
    U: ?Sized

impl<T> TapDeref for T

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

-

impl<T> TryConv for T

impl<T> TryConv for T

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

-

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

-

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

- \ No newline at end of file diff --git a/guard/api/v1/mcaptcha/domains/struct.Domain.html b/guard/api/v1/mcaptcha/domains/struct.Domain.html deleted file mode 100644 index 02b1e832..00000000 --- a/guard/api/v1/mcaptcha/domains/struct.Domain.html +++ /dev/null @@ -1,124 +0,0 @@ -guard::api::v1::mcaptcha::domains::Domain - Rust - -

Struct guard::api::v1::mcaptcha::domains::Domain[][src]

pub struct Domain {
-    pub name: String,
-}

- Fields

name: String

Trait Implementations

impl Clone for Domain[src]

impl Debug for Domain[src]

impl<'de> Deserialize<'de> for Domain[src]

impl Serialize for Domain[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Conv for T

impl<T> Conv for T

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> FmtForward for T

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pipe for T where
    T: ?Sized

impl<T> Pipe for T

impl<T> PipeAsRef for T

impl<T> PipeBorrow for T

impl<T> PipeDeref for T

impl<T> PipeRef for T

impl<T> Same<T> for T

type Output = T

Should always be Self

-

impl<T> Tap for T

impl<T> Tap for T

impl<T, U> TapAsRef<U> for T where
    U: ?Sized

impl<T, U> TapBorrow<U> for T where
    U: ?Sized

impl<T> TapDeref for T

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

-

impl<T> TryConv for T

impl<T> TryConv for T

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

-

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

-

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

- \ No newline at end of file diff --git a/guard/api/v1/mcaptcha/domains/struct.add_domain.html b/guard/api/v1/mcaptcha/domains/struct.add_domain.html deleted file mode 100644 index 6ea0a317..00000000 --- a/guard/api/v1/mcaptcha/domains/struct.add_domain.html +++ /dev/null @@ -1,112 +0,0 @@ -guard::api::v1::mcaptcha::domains::add_domain - Rust - -

Struct guard::api::v1::mcaptcha::domains::add_domain[][src]

pub struct add_domain;

Trait Implementations

impl HttpServiceFactory for add_domain[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Conv for T

impl<T> Conv for T

impl<T> FmtForward for T

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pipe for T where
    T: ?Sized

impl<T> Pipe for T

impl<T> PipeAsRef for T

impl<T> PipeBorrow for T

impl<T> PipeDeref for T

impl<T> PipeRef for T

impl<T> Same<T> for T

type Output = T

Should always be Self

-

impl<T> Tap for T

impl<T> Tap for T

impl<T, U> TapAsRef<U> for T where
    U: ?Sized

impl<T, U> TapBorrow<U> for T where
    U: ?Sized

impl<T> TapDeref for T

impl<T> TryConv for T

impl<T> TryConv for T

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

-

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

-

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

- \ No newline at end of file diff --git a/guard/api/v1/mcaptcha/domains/struct.delete_domain.html b/guard/api/v1/mcaptcha/domains/struct.delete_domain.html deleted file mode 100644 index 6ac00b57..00000000 --- a/guard/api/v1/mcaptcha/domains/struct.delete_domain.html +++ /dev/null @@ -1,112 +0,0 @@ -guard::api::v1::mcaptcha::domains::delete_domain - Rust - -

Struct guard::api::v1::mcaptcha::domains::delete_domain[][src]

pub struct delete_domain;

Trait Implementations

impl HttpServiceFactory for delete_domain[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Conv for T

impl<T> Conv for T

impl<T> FmtForward for T

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pipe for T where
    T: ?Sized

impl<T> Pipe for T

impl<T> PipeAsRef for T

impl<T> PipeBorrow for T

impl<T> PipeDeref for T

impl<T> PipeRef for T

impl<T> Same<T> for T

type Output = T

Should always be Self

-

impl<T> Tap for T

impl<T> Tap for T

impl<T, U> TapAsRef<U> for T where
    U: ?Sized

impl<T, U> TapBorrow<U> for T where
    U: ?Sized

impl<T> TapDeref for T

impl<T> TryConv for T

impl<T> TryConv for T

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

-

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

-

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

- \ No newline at end of file diff --git a/guard/api/v1/mcaptcha/domains/struct.get_challenge.html b/guard/api/v1/mcaptcha/domains/struct.get_challenge.html deleted file mode 100644 index cecf7be5..00000000 --- a/guard/api/v1/mcaptcha/domains/struct.get_challenge.html +++ /dev/null @@ -1,112 +0,0 @@ -guard::api::v1::mcaptcha::domains::get_challenge - Rust - -

Struct guard::api::v1::mcaptcha::domains::get_challenge[][src]

pub struct get_challenge;

Trait Implementations

impl HttpServiceFactory for get_challenge[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Conv for T

impl<T> Conv for T

impl<T> FmtForward for T

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pipe for T where
    T: ?Sized

impl<T> Pipe for T

impl<T> PipeAsRef for T

impl<T> PipeBorrow for T

impl<T> PipeDeref for T

impl<T> PipeRef for T

impl<T> Same<T> for T

type Output = T

Should always be Self

-

impl<T> Tap for T

impl<T> Tap for T

impl<T, U> TapAsRef<U> for T where
    U: ?Sized

impl<T, U> TapBorrow<U> for T where
    U: ?Sized

impl<T> TapDeref for T

impl<T> TryConv for T

impl<T> TryConv for T

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

-

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

-

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

- \ No newline at end of file diff --git a/guard/api/v1/mcaptcha/domains/struct.verify.html b/guard/api/v1/mcaptcha/domains/struct.verify.html deleted file mode 100644 index 27963345..00000000 --- a/guard/api/v1/mcaptcha/domains/struct.verify.html +++ /dev/null @@ -1,112 +0,0 @@ -guard::api::v1::mcaptcha::domains::verify - Rust - -

Struct guard::api::v1::mcaptcha::domains::verify[][src]

pub struct verify;

Trait Implementations

impl HttpServiceFactory for verify[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Conv for T

impl<T> Conv for T

impl<T> FmtForward for T

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pipe for T where
    T: ?Sized

impl<T> Pipe for T

impl<T> PipeAsRef for T

impl<T> PipeBorrow for T

impl<T> PipeDeref for T

impl<T> PipeRef for T

impl<T> Same<T> for T

type Output = T

Should always be Self

-

impl<T> Tap for T

impl<T> Tap for T

impl<T, U> TapAsRef<U> for T where
    U: ?Sized

impl<T, U> TapBorrow<U> for T where
    U: ?Sized

impl<T> TapDeref for T

impl<T> TryConv for T

impl<T> TryConv for T

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

-

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

-

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

- \ No newline at end of file diff --git a/guard/api/v1/mcaptcha/duration/index.html b/guard/api/v1/mcaptcha/duration/index.html index e48364b6..48e7e222 100644 --- a/guard/api/v1/mcaptcha/duration/index.html +++ b/guard/api/v1/mcaptcha/duration/index.html @@ -1,6 +1,6 @@ guard::api::v1::mcaptcha::duration - Rust

Module guard::api::v1::mcaptcha::duration[][src]

Structs

+ Change settings

Module guard::api::v1::mcaptcha::duration[][src]

Structs

GetDuration
GetDurationResp
UpdateDuration
get_duration
update_duration
\ No newline at end of file diff --git a/guard/api/v1/mcaptcha/duration/struct.GetDuration.html b/guard/api/v1/mcaptcha/duration/struct.GetDuration.html index 1be87b9b..0f9869a8 100644 --- a/guard/api/v1/mcaptcha/duration/struct.GetDuration.html +++ b/guard/api/v1/mcaptcha/duration/struct.GetDuration.html @@ -1,11 +1,11 @@ guard::api::v1::mcaptcha::duration::GetDuration - Rust

Struct guard::api::v1::mcaptcha::duration::GetDuration[][src]

pub struct GetDuration {
+                Change settings

Struct guard::api::v1::mcaptcha::duration::GetDuration[][src]

pub struct GetDuration {
     pub token: String,
 }

- Fields

token: String

Trait Implementations

impl<'de> Deserialize<'de> for GetDuration[src]

impl Serialize for GetDuration[src]