diff --git a/guard/all.html b/guard/all.html index e7458a89..3d805870 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 402e8df6..0297c030 100644 --- a/guard/api/v1/auth/fn.is_authenticated.html +++ b/guard/api/v1/auth/fn.is_authenticated.html @@ -1,4 +1,5 @@ guard::api::v1::auth::is_authenticated - Rust

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

fn is_authenticated(id: &Identity) -> Result<bool, ServiceError>
\ No newline at end of file + 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 affc19a1..fd285410 100644 --- a/guard/api/v1/auth/index.html +++ b/guard/api/v1/auth/index.html @@ -1,6 +1,7 @@ guard::api::v1::auth - Rust

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

Structs

-
Login
Password
Register
SomeData
signin
signout
signup

Functions

-
is_authenticated
\ No newline at end of file + 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/sidebar-items.js b/guard/api/v1/auth/sidebar-items.js index f0a1ad14..91d657e6 100644 --- a/guard/api/v1/auth/sidebar-items.js +++ b/guard/api/v1/auth/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"fn":[["is_authenticated",""]],"struct":[["Login",""],["Password",""],["Register",""],["SomeData",""],["signin",""],["signout",""],["signup",""]]}); \ No newline at end of file +initSidebarItems({"fn":[["is_authenticated","Check if user is authenticated"]],"struct":[["Login",""],["Password",""],["Register",""],["delete_account",""],["signin",""],["signout",""],["signup",""]]}); \ No newline at end of file diff --git a/guard/api/v1/auth/struct.Login.html b/guard/api/v1/auth/struct.Login.html index f4a0e900..521d0f63 100644 --- a/guard/api/v1/auth/struct.Login.html +++ b/guard/api/v1/auth/struct.Login.html @@ -1,15 +1,15 @@ guard::api::v1::auth::Login - Rust

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

pub struct Login {
+                Change settings

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

pub struct Login {
     pub username: String,
     pub password: String,
 }

- Fields

username: Stringpassword: String

Trait Implementations

impl Clone for Login[src]