From a974f0650ff59b50e477d1c7f36d4d8d4068112c Mon Sep 17 00:00:00 2001 From: realaravinth Date: Thu, 11 Mar 2021 11:28:04 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=206be10?= =?UTF-8?q?af6fd2e7f29686900f51ff9c1a4be7926dd=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/auth/fn.is_authenticated.html | 2 +- guard/api/v1/auth/index.html | 2 +- guard/api/v1/auth/struct.delete_account.html | 2 +- guard/api/v1/auth/struct.signin.html | 2 +- guard/api/v1/auth/struct.signout.html | 2 +- guard/api/v1/mcaptcha/fn.get_random.html | 4 + guard/api/v1/mcaptcha/index.html | 7 +- guard/api/v1/mcaptcha/sidebar-items.js | 2 +- .../api/v1/mcaptcha/struct.TokenKeyPair.html | 124 +++++++++++++++++ guard/api/v1/mcaptcha/struct.TokenName.html | 123 +++++++++++++++++ .../api/v1/mcaptcha/struct.delete_domain.html | 2 +- guard/errors/enum.ServiceError.html | 28 ++-- guard/errors/fn.dup_error.html | 4 + guard/errors/index.html | 7 +- guard/errors/sidebar-items.js | 2 +- guard/errors/struct.ErrorToResponse.html | 6 +- guard/errors/type.ServiceResult.html | 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 | 4 +- src/guard/api/v1/auth.rs.html | 18 ++- src/guard/api/v1/mcaptcha.rs.html | 128 +++++++++++++++++- src/guard/errors.rs.html | 54 +++++++- 32 files changed, 489 insertions(+), 58 deletions(-) create mode 100644 guard/api/v1/mcaptcha/fn.get_random.html create mode 100644 guard/api/v1/mcaptcha/struct.TokenKeyPair.html create mode 100644 guard/api/v1/mcaptcha/struct.TokenName.html create mode 100644 guard/errors/fn.dup_error.html diff --git a/guard/all.html b/guard/all.html index 3d805870..daef1b24 100644 --- a/guard/all.html +++ b/guard/all.html @@ -3,4 +3,4 @@

[] - List of all items

Structs

Enums

Functions

Typedefs

\ No newline at end of file + List of all items

Structs

Enums

Functions

Typedefs

\ No newline at end of file diff --git a/guard/api/v1/auth/fn.is_authenticated.html b/guard/api/v1/auth/fn.is_authenticated.html index 0297c030..636cdca8 100644 --- a/guard/api/v1/auth/fn.is_authenticated.html +++ b/guard/api/v1/auth/fn.is_authenticated.html @@ -1,5 +1,5 @@ guard::api::v1::auth::is_authenticated - Rust

[][src]Function guard::api::v1::auth::is_authenticated

pub fn is_authenticated(id: &Identity) -> Result<(), ServiceError>

Check if user is authenticated

+ Change settings

[][src]Function guard::api::v1::auth::is_authenticated

pub fn is_authenticated(id: &Identity) -> Result<(), ServiceError>

Check if user is authenticated

\ No newline at end of file diff --git a/guard/api/v1/auth/index.html b/guard/api/v1/auth/index.html index fd285410..0f6e4e1b 100644 --- a/guard/api/v1/auth/index.html +++ b/guard/api/v1/auth/index.html @@ -1,7 +1,7 @@ guard::api::v1::auth - Rust

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

Structs

+ Change settings

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

Structs

Login
Password
Register
delete_account
signin
signout
signup

Functions

is_authenticated

Check if user is authenticated

\ No newline at end of file diff --git a/guard/api/v1/auth/struct.delete_account.html b/guard/api/v1/auth/struct.delete_account.html index 3acbfba0..05c7cb22 100644 --- a/guard/api/v1/auth/struct.delete_account.html +++ b/guard/api/v1/auth/struct.delete_account.html @@ -1,7 +1,7 @@ guard::api::v1::auth::delete_account - Rust

[][src]Struct guard::api::v1::auth::delete_account

pub struct delete_account;

Trait Implementations

impl HttpServiceFactory for delete_account[src]

Auto Trait Implementations

Blanket Implementations

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

[][src]Struct guard::api::v1::auth::delete_account

pub struct delete_account;

Trait Implementations

impl HttpServiceFactory for delete_account[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