From 547d4454810d612f5b4ef9942322f52bcd8cd968 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sun, 11 Apr 2021 07:47:18 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20d1aea?= =?UTF-8?q?6c45695e8726272fbf6f88cc46112c71539=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guard/api/v1/auth/fn.is_authenticated.html | 2 +- guard/api/v1/auth/index.html | 2 +- .../v1/auth/struct.AccountCheckPayload.html | 10 ++--- .../api/v1/auth/struct.AccountCheckResp.html | 10 ++--- guard/api/v1/auth/struct.Secret.html | 10 ++--- guard/api/v1/auth/struct.delete_account.html | 2 +- guard/api/v1/auth/struct.email_exists.html | 2 +- guard/api/v1/auth/struct.get_secret.html | 2 +- guard/api/v1/auth/struct.signin.html | 2 +- guard/api/v1/auth/struct.signout.html | 2 +- .../v1/auth/struct.update_user_secret.html | 2 +- guard/api/v1/auth/struct.username_exists.html | 2 +- guard/errors/enum.ServiceError.html | 44 +++++++++---------- guard/errors/index.html | 2 +- guard/errors/struct.ErrorToResponse.html | 6 +-- guard/errors/type.ServiceResult.html | 2 +- implementors/core/convert/trait.From.js | 2 +- search-index.js | 2 +- src/guard/api/v1/auth.rs.html | 6 +++ src/guard/errors.rs.html | 42 +++--------------- 20 files changed, 64 insertions(+), 90 deletions(-) diff --git a/guard/api/v1/auth/fn.is_authenticated.html b/guard/api/v1/auth/fn.is_authenticated.html index be185a89..28e39217 100644 --- a/guard/api/v1/auth/fn.is_authenticated.html +++ b/guard/api/v1/auth/fn.is_authenticated.html @@ -1,6 +1,6 @@ guard::api::v1::auth::is_authenticated - Rust

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

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

Check if user is authenticated

+ Change settings

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

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 c020fbf3..094d32a7 100644 --- a/guard/api/v1/auth/index.html +++ b/guard/api/v1/auth/index.html @@ -1,7 +1,7 @@ guard::api::v1::auth - Rust

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

Structs

+ Change settings

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

Structs

AccountCheckPayload
AccountCheckResp
Login
Password
Register
Secret
delete_account
email_exists
get_secret
signin
signout
signup
update_user_secret
username_exists

Functions

is_authenticated

Check if user is authenticated

diff --git a/guard/api/v1/auth/struct.AccountCheckPayload.html b/guard/api/v1/auth/struct.AccountCheckPayload.html index e7b7cd2c..545310c8 100644 --- a/guard/api/v1/auth/struct.AccountCheckPayload.html +++ b/guard/api/v1/auth/struct.AccountCheckPayload.html @@ -1,14 +1,14 @@ guard::api::v1::auth::AccountCheckPayload - Rust

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

pub struct AccountCheckPayload {
+                Change settings

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

pub struct AccountCheckPayload {
     pub val: String,
 }

- Fields

val: String

Trait Implementations

impl Clone for AccountCheckPayload[src]