diff --git a/guard/all.html b/guard/all.html index 77c00439c8ca6ad663616c40222e952b90398a79..ebaf5a26279c728744a76faac8737444a85219b3 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 bbe4d08ee1b958be487efd7499e1820dfc94ef8b..f00d5cdfff372ed2ee2ab74901ed621bcb50bf32 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 6d305dd0a5292eadb85c5fdbf93fa3d8826ec9f7..4f1d2cc2b8c9206e94a26e1302c7d64fc990d25b 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