diff --git a/guard/api/v1/auth/index.html b/guard/api/v1/auth/index.html index dfbf2aaf..fb7293fa 100644 --- a/guard/api/v1/auth/index.html +++ b/guard/api/v1/auth/index.html @@ -1,6 +1,6 @@ guard::api::v1::auth - Rust

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

Structs

+ Change settings

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

Structs

AccountCheckPayload
AccountCheckResp
Email
Login
Password
Register
Secret
delete_account
email_exists
get_secret
set_email
signin
signout
signup
update_user_secret
username_exists
\ 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 a6ee5e84..97d9a58f 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]