From b1161c26c99ae7a1a809a12796b819e162e130ba Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 30 Mar 2021 15:35:13 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20a3a11?= =?UTF-8?q?8927e3024bf9597890fb1c7b1e187e7c8cd=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 +- .../v1/auth/struct.AccountCheckPayload.html | 6 +- guard/api/v1/auth/struct.Password.html | 19 +- 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/auth/struct.signup.html | 2 +- guard/docs/fn.handle_embedded_file.html | 5 + guard/docs/fn.services.html | 5 + guard/docs/index.html | 7 + guard/docs/sidebar-items.js | 1 + guard/docs/struct.Asset.html | 114 ++++++++++++ guard/docs/struct.dist.html | 112 ++++++++++++ guard/docs/struct.index.html | 112 ++++++++++++ guard/errors/enum.ServiceError.html | 16 +- guard/errors/fn.dup_error.html | 2 +- guard/errors/index.html | 2 +- guard/errors/type.ServiceResult.html | 2 +- guard/fn.get_identity_service.html | 2 +- guard/fn.get_json_err.html | 2 +- guard/fn.main.html | 2 +- guard/index.html | 4 +- guard/sidebar-items.js | 2 +- guard/static.PKG_DESCRIPTION.html | 2 +- guard/static.PKG_HOMEPAGE.html | 2 +- guard/static.PKG_NAME.html | 2 +- guard/static.VERIFICATION_PATH.html | 2 +- guard/static.VERSION.html | 2 +- guard/struct.GIT_COMMIT_HASH.html | 8 +- guard/struct.SETTINGS.html | 8 +- .../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/rust_embed/trait.RustEmbed.js | 3 + 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 +- source-files.js | 2 +- src/guard/api/v1/auth.rs.html | 26 +-- src/guard/docs.rs.html | 171 ++++++++++++++++++ src/guard/errors.rs.html | 12 +- src/guard/main.rs.html | 14 +- 49 files changed, 632 insertions(+), 75 deletions(-) create mode 100644 guard/docs/fn.handle_embedded_file.html create mode 100644 guard/docs/fn.services.html create mode 100644 guard/docs/index.html create mode 100644 guard/docs/sidebar-items.js create mode 100644 guard/docs/struct.Asset.html create mode 100644 guard/docs/struct.dist.html create mode 100644 guard/docs/struct.index.html create mode 100644 implementors/rust_embed/trait.RustEmbed.js create mode 100644 src/guard/docs.rs.html diff --git a/guard/all.html b/guard/all.html index 77c00439..ebaf5a26 100644 --- a/guard/all.html +++ b/guard/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Enums

Functions

Typedefs

Statics

+

Structs

Enums

Functions

Typedefs

Statics

\ 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 bbe4d08e..f00d5cdf 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/struct.AccountCheckPayload.html b/guard/api/v1/auth/struct.AccountCheckPayload.html index 6d305dd0..4f1d2cc2 100644 --- a/guard/api/v1/auth/struct.AccountCheckPayload.html +++ b/guard/api/v1/auth/struct.AccountCheckPayload.html @@ -1,10 +1,10 @@ guard::api::v1::auth::AccountCheckPayload - Rust -

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

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