From bd84c84cec56c4850318ef8979f3c22e5225f228 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sun, 2 May 2021 07:23:52 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=204f27e?= =?UTF-8?q?1ab8d6ebc51c307192fa10d5c4e5bc3c532=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guard/all.html | 2 +- guard/api/v1/account/index.html | 7 + guard/api/v1/account/routes/index.html | 6 + guard/api/v1/account/routes/sidebar-items.js | 1 + .../api/v1/account/routes/struct.Account.html | 121 +++++ guard/api/v1/account/sidebar-items.js | 1 + .../struct.AccountCheckPayload.html | 16 +- .../struct.AccountCheckResp.html | 16 +- .../v1/{auth => account}/struct.Email.html | 16 +- .../v1/{auth => account}/struct.Secret.html | 16 +- .../struct.delete_account.html | 6 +- .../struct.email_exists.html | 6 +- .../{auth => account}/struct.get_secret.html | 6 +- .../{auth => account}/struct.set_email.html | 6 +- .../struct.update_user_secret.html | 6 +- .../struct.username_exists.html | 6 +- guard/api/v1/auth/index.html | 7 +- guard/api/v1/auth/routes/index.html | 6 + guard/api/v1/auth/routes/sidebar-items.js | 1 + guard/api/v1/auth/routes/struct.Auth.html | 118 +++++ guard/api/v1/auth/sidebar-items.js | 2 +- guard/api/v1/auth/struct.Login.html | 10 +- guard/api/v1/auth/struct.Password.html | 10 +- guard/api/v1/auth/struct.Register.html | 10 +- guard/api/v1/auth/struct.signin.html | 2 +- guard/api/v1/auth/struct.signout.html | 2 +- guard/api/v1/auth/struct.signup.html | 2 +- guard/api/v1/fn.services.html | 2 +- guard/api/v1/index.html | 7 +- guard/api/v1/mcaptcha/duration/index.html | 5 +- .../v1/mcaptcha/duration/routes/index.html | 6 + .../mcaptcha/duration/routes/sidebar-items.js | 1 + .../duration/routes/struct.Duration.html | 117 ++++ .../api/v1/mcaptcha/duration/sidebar-items.js | 2 +- .../mcaptcha/duration/struct.GetDuration.html | 6 +- .../duration/struct.GetDurationResp.html | 6 +- .../duration/struct.UpdateDuration.html | 6 +- .../duration/struct.get_duration.html | 2 +- .../duration/struct.update_duration.html | 2 +- .../mcaptcha/levels/fn.get_levels_util.html | 2 +- guard/api/v1/mcaptcha/levels/index.html | 5 +- .../api/v1/mcaptcha/levels/routes/index.html | 6 + .../mcaptcha/levels/routes/sidebar-items.js | 1 + .../mcaptcha/levels/routes/struct.Levels.html | 119 +++++ guard/api/v1/mcaptcha/levels/sidebar-items.js | 2 +- .../v1/mcaptcha/levels/struct.AddLevels.html | 6 +- .../v1/mcaptcha/levels/struct.I32Levels.html | 10 +- .../api/v1/mcaptcha/levels/struct.Levels.html | 10 +- .../v1/mcaptcha/levels/struct.add_levels.html | 2 +- .../mcaptcha/levels/struct.delete_levels.html | 2 +- .../v1/mcaptcha/levels/struct.get_levels.html | 2 +- .../mcaptcha/levels/struct.update_levels.html | 2 +- .../mcaptcha/fn.update_token_helper.html | 2 +- guard/api/v1/mcaptcha/mcaptcha/index.html | 5 +- .../v1/mcaptcha/mcaptcha/routes/index.html | 6 + .../mcaptcha/mcaptcha/routes/sidebar-items.js | 1 + .../mcaptcha/routes/struct.MCaptcha.html | 119 +++++ .../api/v1/mcaptcha/mcaptcha/sidebar-items.js | 2 +- .../mcaptcha/struct.MCaptchaDetails.html | 10 +- .../mcaptcha/mcaptcha/struct.MCaptchaID.html | 10 +- .../mcaptcha/struct.add_mcaptcha.html | 2 +- .../mcaptcha/struct.delete_mcaptcha.html | 2 +- .../mcaptcha/mcaptcha/struct.get_token.html | 2 +- .../mcaptcha/struct.update_token.html | 2 +- guard/api/v1/routes/index.html | 6 + guard/api/v1/routes/sidebar-items.js | 1 + guard/api/v1/routes/struct.ROUTES.html | 117 ++++ guard/api/v1/routes/struct.Routes.html | 120 +++++ guard/api/v1/sidebar-items.js | 2 +- .../service/trait.HttpServiceFactory.js | 2 +- implementors/core/clone/trait.Clone.js | 2 +- implementors/core/default/trait.Default.js | 2 +- implementors/core/fmt/trait.Debug.js | 2 +- implementors/core/marker/trait.Freeze.js | 2 +- implementors/core/marker/trait.Send.js | 2 +- implementors/core/marker/trait.Sync.js | 2 +- implementors/core/marker/trait.Unpin.js | 2 +- implementors/core/ops/deref/trait.Deref.js | 2 +- implementors/lazy_static/trait.LazyStatic.js | 2 +- implementors/serde/de/trait.Deserialize.js | 2 +- implementors/serde/ser/trait.Serialize.js | 2 +- implementors/std/panic/trait.RefUnwindSafe.js | 2 +- implementors/std/panic/trait.UnwindSafe.js | 2 +- search-index.js | 2 +- source-files.js | 2 +- src/guard/api/v1/account.rs.html | 501 ++++++++++++++++++ src/guard/api/v1/auth.rs.html | 376 +------------ src/guard/api/v1/mcaptcha/duration.rs.html | 40 +- src/guard/api/v1/mcaptcha/levels.rs.html | 62 ++- src/guard/api/v1/mcaptcha/mcaptcha.rs.html | 52 +- src/guard/api/v1/mod.rs.html | 24 +- src/guard/api/v1/routes.rs.html | 81 +++ 92 files changed, 1788 insertions(+), 528 deletions(-) create mode 100644 guard/api/v1/account/index.html create mode 100644 guard/api/v1/account/routes/index.html create mode 100644 guard/api/v1/account/routes/sidebar-items.js create mode 100644 guard/api/v1/account/routes/struct.Account.html create mode 100644 guard/api/v1/account/sidebar-items.js rename guard/api/v1/{auth => account}/struct.AccountCheckPayload.html (87%) rename guard/api/v1/{auth => account}/struct.AccountCheckResp.html (87%) rename guard/api/v1/{auth => account}/struct.Email.html (87%) rename guard/api/v1/{auth => account}/struct.Secret.html (87%) rename guard/api/v1/{auth => account}/struct.delete_account.html (90%) rename guard/api/v1/{auth => account}/struct.email_exists.html (90%) rename guard/api/v1/{auth => account}/struct.get_secret.html (90%) rename guard/api/v1/{auth => account}/struct.set_email.html (91%) rename guard/api/v1/{auth => account}/struct.update_user_secret.html (90%) rename guard/api/v1/{auth => account}/struct.username_exists.html (90%) create mode 100644 guard/api/v1/auth/routes/index.html create mode 100644 guard/api/v1/auth/routes/sidebar-items.js create mode 100644 guard/api/v1/auth/routes/struct.Auth.html create mode 100644 guard/api/v1/mcaptcha/duration/routes/index.html create mode 100644 guard/api/v1/mcaptcha/duration/routes/sidebar-items.js create mode 100644 guard/api/v1/mcaptcha/duration/routes/struct.Duration.html create mode 100644 guard/api/v1/mcaptcha/levels/routes/index.html create mode 100644 guard/api/v1/mcaptcha/levels/routes/sidebar-items.js create mode 100644 guard/api/v1/mcaptcha/levels/routes/struct.Levels.html create mode 100644 guard/api/v1/mcaptcha/mcaptcha/routes/index.html create mode 100644 guard/api/v1/mcaptcha/mcaptcha/routes/sidebar-items.js create mode 100644 guard/api/v1/mcaptcha/mcaptcha/routes/struct.MCaptcha.html create mode 100644 guard/api/v1/routes/index.html create mode 100644 guard/api/v1/routes/sidebar-items.js create mode 100644 guard/api/v1/routes/struct.ROUTES.html create mode 100644 guard/api/v1/routes/struct.Routes.html create mode 100644 src/guard/api/v1/account.rs.html create mode 100644 src/guard/api/v1/routes.rs.html 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

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]