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]