diff --git a/guard/all.html b/guard/all.html index 240d6d37..01d73c89 100644 --- a/guard/all.html +++ b/guard/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Enums

Macros

Functions

Typedefs

Statics

Constants

+

Structs

Enums

Macros

Functions

Typedefs

Statics

Constants

\ No newline at end of file diff --git a/guard/api/v1/account/delete/fn.delete_account.html b/guard/api/v1/account/delete/fn.delete_account.html deleted file mode 100644 index f410af75..00000000 --- a/guard/api/v1/account/delete/fn.delete_account.html +++ /dev/null @@ -1,5 +0,0 @@ -guard::api::v1::account::delete::delete_account - Rust - -

Function guard::api::v1::account::delete::delete_account[][src]

async fn delete_account(
    id: Identity,
    payload: Json<Password>,
    data: Data<Data>
) -> Result<impl Responder, ServiceError>
- \ No newline at end of file diff --git a/guard/api/v1/account/delete/fn.services.html b/guard/api/v1/account/delete/fn.services.html index d08f58b2..699409a8 100644 --- a/guard/api/v1/account/delete/fn.services.html +++ b/guard/api/v1/account/delete/fn.services.html @@ -1,5 +1,5 @@ guard::api::v1::account::delete::services - Rust

Function guard::api::v1::account::delete::services[][src]

pub fn services(cfg: &mut ServiceConfig)
+ Change settings

Function guard::api::v1::account::delete::services[][src]

pub fn services(cfg: &mut ServiceConfig)
\ No newline at end of file diff --git a/guard/api/v1/account/delete/index.html b/guard/api/v1/account/delete/index.html index 3372c60d..b90d70ca 100644 --- a/guard/api/v1/account/delete/index.html +++ b/guard/api/v1/account/delete/index.html @@ -1,6 +1,7 @@ guard::api::v1::account::delete - Rust -

Module guard::api::v1::account::delete[][src]

Functions

-
delete_account
services
+

Module guard::api::v1::account::delete[][src]

Structs

+
delete_account

Functions

+
services
\ No newline at end of file diff --git a/guard/api/v1/account/delete/sidebar-items.js b/guard/api/v1/account/delete/sidebar-items.js index 6a4f2ecf..683c57c5 100644 --- a/guard/api/v1/account/delete/sidebar-items.js +++ b/guard/api/v1/account/delete/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"fn":[["delete_account",""],["services",""]]}); \ No newline at end of file +initSidebarItems({"fn":[["services",""]],"struct":[["delete_account",""]]}); \ No newline at end of file diff --git a/guard/api/v1/account/delete/struct.delete_account.html b/guard/api/v1/account/delete/struct.delete_account.html new file mode 100644 index 00000000..ecfc10f0 --- /dev/null +++ b/guard/api/v1/account/delete/struct.delete_account.html @@ -0,0 +1,112 @@ +guard::api::v1::account::delete::delete_account - Rust + +

Struct guard::api::v1::account::delete::delete_account[][src]

pub struct delete_account;

Trait Implementations

impl HttpServiceFactory for delete_account[src]

Auto Trait Implementations

impl RefUnwindSafe for delete_account[src]

impl Send for delete_account[src]

impl Sync for delete_account[src]

impl Unpin for delete_account[src]

impl UnwindSafe for delete_account[src]

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

impl<T> Conv for T

impl<T> FmtForward for T

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pipe for T where
    T: ?Sized

impl<T> Pipe for T

impl<T> PipeAsRef for T

impl<T> PipeBorrow for T

impl<T> PipeDeref for T

impl<T> PipeRef for T

impl<T> Same<T> for T

type Output = T

Should always be Self

+

impl<T> Tap for T

impl<T> Tap for T

impl<T, U> TapAsRef<U> for T where
    U: ?Sized

impl<T, U> TapBorrow<U> for T where
    U: ?Sized

impl<T> TapDeref for T

impl<T> TryConv for T

impl<T> TryConv for T

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

+

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

+

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

+ \ No newline at end of file diff --git a/guard/api/v1/account/email/fn.email_exists.html b/guard/api/v1/account/email/fn.email_exists.html deleted file mode 100644 index 84a843a6..00000000 --- a/guard/api/v1/account/email/fn.email_exists.html +++ /dev/null @@ -1,5 +0,0 @@ -guard::api::v1::account::email::email_exists - Rust - -

Function guard::api::v1::account::email::email_exists[][src]

pub async fn email_exists(
    payload: Json<AccountCheckPayload>,
    data: Data<Data>
) -> Result<impl Responder, ServiceError>
- \ No newline at end of file diff --git a/guard/api/v1/account/email/fn.services.html b/guard/api/v1/account/email/fn.services.html index 76d0cd50..092c11f7 100644 --- a/guard/api/v1/account/email/fn.services.html +++ b/guard/api/v1/account/email/fn.services.html @@ -1,5 +1,5 @@ guard::api::v1::account::email::services - Rust

Function guard::api::v1::account::email::services[][src]

pub fn services(cfg: &mut ServiceConfig)
+ Change settings

Function guard::api::v1::account::email::services[][src]

pub fn services(cfg: &mut ServiceConfig)
\ No newline at end of file diff --git a/guard/api/v1/account/email/fn.set_email.html b/guard/api/v1/account/email/fn.set_email.html deleted file mode 100644 index efa633f6..00000000 --- a/guard/api/v1/account/email/fn.set_email.html +++ /dev/null @@ -1,6 +0,0 @@ -guard::api::v1::account::email::set_email - Rust - -

Function guard::api::v1::account::email::set_email[][src]

async fn set_email(
    id: Identity,
    payload: Json<Email>,
    data: Data<Data>
) -> Result<impl Responder, ServiceError>

update email

-
- \ No newline at end of file diff --git a/guard/api/v1/account/email/index.html b/guard/api/v1/account/email/index.html index 12f20afd..5a3a9766 100644 --- a/guard/api/v1/account/email/index.html +++ b/guard/api/v1/account/email/index.html @@ -1,8 +1,8 @@ guard::api::v1::account::email - Rust

Module guard::api::v1::account::email[][src]

Structs

-
Email

Functions

-
email_exists
services
set_email

update email

-
+ Change settings

Module guard::api::v1::account::email[][src]

Structs

+
Email
email_exists
set_email

update email

+

Functions

+
services
\ No newline at end of file diff --git a/guard/api/v1/account/email/sidebar-items.js b/guard/api/v1/account/email/sidebar-items.js index 7b08d736..c9f2c009 100644 --- a/guard/api/v1/account/email/sidebar-items.js +++ b/guard/api/v1/account/email/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"fn":[["email_exists",""],["services",""],["set_email","update email"]],"struct":[["Email",""]]}); \ No newline at end of file +initSidebarItems({"fn":[["services",""]],"struct":[["Email",""],["email_exists",""],["set_email","update email"]]}); \ No newline at end of file diff --git a/guard/api/v1/account/email/struct.Email.html b/guard/api/v1/account/email/struct.Email.html index 19c16e9a..97c0a9d4 100644 --- a/guard/api/v1/account/email/struct.Email.html +++ b/guard/api/v1/account/email/struct.Email.html @@ -7,14 +7,14 @@ Fieldsemail: String

Trait Implementations

impl Clone for Email[src]

impl Debug for Email[src]

impl<'de> Deserialize<'de> for Email[src]

impl Serialize for Email[src]

impl<'de> Deserialize<'de> for Email[src]

impl Serialize for Email[src]

Auto Trait Implementations

impl RefUnwindSafe for Email[src]

impl Send for Email[src]

impl Sync for Email[src]

impl Unpin for Email[src]

impl UnwindSafe for Email[src]

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

impl<T> Conv for T

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> FmtForward for T

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> FmtForward for T

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pipe for T where
    T: ?Sized

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pipe for T where
    T: ?Sized

Function guard::api::v1::account::secret::services[][src]

pub fn services(cfg: &mut ServiceConfig)
\ No newline at end of file diff --git a/guard/api/v1/account/secret/fn.update_user_secret.html b/guard/api/v1/account/secret/fn.update_user_secret.html deleted file mode 100644 index 58604aee..00000000 --- a/guard/api/v1/account/secret/fn.update_user_secret.html +++ /dev/null @@ -1,5 +0,0 @@ -guard::api::v1::account::secret::update_user_secret - Rust - -

Function guard::api::v1::account::secret::update_user_secret[][src]

async fn update_user_secret(
    id: Identity,
    data: Data<Data>
) -> Result<impl Responder, ServiceError>
- \ No newline at end of file diff --git a/guard/api/v1/account/secret/index.html b/guard/api/v1/account/secret/index.html index 9e2a2392..2bec18d8 100644 --- a/guard/api/v1/account/secret/index.html +++ b/guard/api/v1/account/secret/index.html @@ -1,7 +1,7 @@ guard::api::v1::account::secret - Rust

Module guard::api::v1::account::secret[][src]

Structs

-
Secret

Functions

-
get_secret
services
update_user_secret
+ Change settings

Module guard::api::v1::account::secret[][src]

Structs

+
Secret
get_secret
update_user_secret

Functions

+
services
\ No newline at end of file diff --git a/guard/api/v1/account/secret/sidebar-items.js b/guard/api/v1/account/secret/sidebar-items.js index 35ed42a5..ccb374a9 100644 --- a/guard/api/v1/account/secret/sidebar-items.js +++ b/guard/api/v1/account/secret/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"fn":[["get_secret",""],["services",""],["update_user_secret",""]],"struct":[["Secret",""]]}); \ No newline at end of file +initSidebarItems({"fn":[["services",""]],"struct":[["Secret",""],["get_secret",""],["update_user_secret",""]]}); \ No newline at end of file diff --git a/guard/api/v1/account/secret/struct.Secret.html b/guard/api/v1/account/secret/struct.Secret.html index a6b2e30e..ecdc9b31 100644 --- a/guard/api/v1/account/secret/struct.Secret.html +++ b/guard/api/v1/account/secret/struct.Secret.html @@ -7,14 +7,14 @@ Fieldssecret: String

Trait Implementations

impl Clone for Secret[src]

impl Debug for Secret[src]

impl<'de> Deserialize<'de> for Secret[src]

impl Serialize for Secret[src]

impl<'de> Deserialize<'de> for Secret[src]

impl Serialize for Secret[src]

Auto Trait Implementations

impl RefUnwindSafe for Secret[src]

impl Send for Secret[src]

impl Sync for Secret[src]

impl Unpin for Secret[src]

impl UnwindSafe for Secret[src]

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

impl<T> Conv for T

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> FmtForward for T

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> FmtForward for T

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pipe for T where
    T: ?Sized