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