diff --git a/guard/all.html b/guard/all.html index c1c74c02..613e9fe8 100644 --- a/guard/all.html +++ b/guard/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Enums

Functions

Typedefs

Statics

Constants

+

Structs

Enums

Functions

Typedefs

Statics

Constants

\ No newline at end of file diff --git a/guard/api/v1/account/index.html b/guard/api/v1/account/index.html new file mode 100644 index 00000000..53c4bbd2 --- /dev/null +++ b/guard/api/v1/account/index.html @@ -0,0 +1,7 @@ +guard::api::v1::account - Rust + +

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

Modules

+
routes

Structs

+
AccountCheckPayload
AccountCheckResp
Email
Secret
delete_account
email_exists
get_secret
set_email
update_user_secret
username_exists
+ \ No newline at end of file diff --git a/guard/api/v1/account/routes/index.html b/guard/api/v1/account/routes/index.html new file mode 100644 index 00000000..9b3fd1cc --- /dev/null +++ b/guard/api/v1/account/routes/index.html @@ -0,0 +1,6 @@ +guard::api::v1::account::routes - Rust + +

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

Structs

+
Account
+ \ No newline at end of file diff --git a/guard/api/v1/account/routes/sidebar-items.js b/guard/api/v1/account/routes/sidebar-items.js new file mode 100644 index 00000000..5a0e6d76 --- /dev/null +++ b/guard/api/v1/account/routes/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"struct":[["Account",""]]}); \ No newline at end of file diff --git a/guard/api/v1/account/routes/struct.Account.html b/guard/api/v1/account/routes/struct.Account.html new file mode 100644 index 00000000..8874c756 --- /dev/null +++ b/guard/api/v1/account/routes/struct.Account.html @@ -0,0 +1,121 @@ +guard::api::v1::account::routes::Account - Rust + +

Struct guard::api::v1::account::routes::Account[][src]

pub struct Account {
+    pub delete: &'static str,
+    pub email_exists: &'static str,
+    pub update_email: &'static str,
+    pub get_secret: &'static str,
+    pub update_secret: &'static str,
+    pub username_exists: &'static str,
+}

+ Fields

delete: &'static stremail_exists: &'static strupdate_email: &'static strget_secret: &'static strupdate_secret: &'static strusername_exists: &'static str

Trait Implementations

impl Default for Account[src]

Auto Trait Implementations

impl RefUnwindSafe for Account[src]

impl Send for Account[src]

impl Sync for Account[src]

impl Unpin for Account[src]

impl UnwindSafe for 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/sidebar-items.js b/guard/api/v1/account/sidebar-items.js new file mode 100644 index 00000000..117e5332 --- /dev/null +++ b/guard/api/v1/account/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"mod":[["routes",""]],"struct":[["AccountCheckPayload",""],["AccountCheckResp",""],["Email",""],["Secret",""],["delete_account",""],["email_exists",""],["get_secret",""],["set_email",""],["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/account/struct.AccountCheckPayload.html similarity index 87% rename from guard/api/v1/auth/struct.AccountCheckPayload.html rename to guard/api/v1/account/struct.AccountCheckPayload.html index 97d9a58f..0b8fe26d 100644 --- a/guard/api/v1/auth/struct.AccountCheckPayload.html +++ b/guard/api/v1/account/struct.AccountCheckPayload.html @@ -1,15 +1,15 @@ -guard::api::v1::auth::AccountCheckPayload - Rust +guard::api::v1::account::AccountCheckPayload - Rust -

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

pub struct AccountCheckPayload {
+

Struct guard::api::v1::account::AccountCheckPayload[][src]

pub struct AccountCheckPayload {
     pub val: String,
 }

- Fields

val: String

Trait Implementations

impl Clone for AccountCheckPayload[src]