From c60b9452454c3d79c3d1f863aad8f2f37668ece9 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sun, 2 May 2021 11:20:51 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=205361e?= =?UTF-8?q?9b43a0fa34e4896bd1360763b25f6ea4333=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/fn.services.html | 5 + guard/api/v1/account/index.html | 2 +- guard/api/v1/account/sidebar-items.js | 2 +- guard/api/v1/auth/fn.service.html | 5 - .../fn.service.html => auth/fn.services.html} | 6 +- guard/api/v1/auth/index.html | 2 +- guard/api/v1/auth/sidebar-items.js | 2 +- guard/api/v1/fn.new_services.html | 2 +- guard/api/v1/fn.services.html | 2 +- guard/api/v1/index.html | 2 +- .../v1/mcaptcha/duration/fn.get_duration.html | 5 + .../api/v1/mcaptcha/duration/fn.services.html | 5 + .../mcaptcha/duration/fn.update_duration.html | 5 + guard/api/v1/mcaptcha/duration/index.html | 7 +- .../v1/mcaptcha/duration/routes/index.html | 2 +- .../duration/routes/struct.Duration.html | 4 +- .../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 | 112 ------------------ .../duration/struct.update_duration.html | 112 ------------------ guard/api/v1/mcaptcha/fn.services.html | 5 + guard/api/v1/mcaptcha/index.html | 4 +- .../api/v1/mcaptcha/levels/fn.add_levels.html | 5 + .../v1/mcaptcha/levels/fn.delete_levels.html | 5 + .../api/v1/mcaptcha/levels/fn.get_levels.html | 5 + .../mcaptcha/levels/fn.get_levels_util.html | 2 +- guard/api/v1/mcaptcha/levels/fn.services.html | 5 + .../v1/mcaptcha/levels/fn.update_levels.html | 5 + guard/api/v1/mcaptcha/levels/index.html | 6 +- .../api/v1/mcaptcha/levels/routes/index.html | 2 +- .../mcaptcha/levels/routes/struct.Levels.html | 4 +- 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 | 112 ------------------ .../mcaptcha/levels/struct.delete_levels.html | 112 ------------------ .../v1/mcaptcha/levels/struct.get_levels.html | 112 ------------------ .../mcaptcha/levels/struct.update_levels.html | 112 ------------------ .../v1/mcaptcha/mcaptcha/fn.add_mcaptcha.html | 5 + .../mcaptcha/mcaptcha/fn.delete_mcaptcha.html | 5 + .../v1/mcaptcha/mcaptcha/fn.get_token.html | 5 + .../api/v1/mcaptcha/mcaptcha/fn.services.html | 5 + .../v1/mcaptcha/mcaptcha/fn.update_token.html | 5 + .../mcaptcha/fn.update_token_helper.html | 2 +- guard/api/v1/mcaptcha/mcaptcha/index.html | 6 +- .../v1/mcaptcha/mcaptcha/routes/index.html | 2 +- .../mcaptcha/routes/struct.MCaptcha.html | 4 +- .../api/v1/mcaptcha/mcaptcha/sidebar-items.js | 2 +- .../mcaptcha/struct.MCaptchaDetails.html | 10 +- .../mcaptcha/mcaptcha/struct.MCaptchaID.html | 10 +- .../mcaptcha/struct.add_mcaptcha.html | 112 ------------------ .../mcaptcha/struct.delete_mcaptcha.html | 112 ------------------ .../mcaptcha/mcaptcha/struct.get_token.html | 112 ------------------ .../mcaptcha/struct.update_token.html | 112 ------------------ guard/api/v1/mcaptcha/sidebar-items.js | 2 +- guard/api/v1/meta/fn.service.html | 5 - guard/api/v1/meta/fn.services.html | 5 + guard/api/v1/meta/index.html | 2 +- guard/api/v1/meta/sidebar-items.js | 2 +- .../service/trait.HttpServiceFactory.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/std/panic/trait.RefUnwindSafe.js | 2 +- implementors/std/panic/trait.UnwindSafe.js | 2 +- search-index.js | 2 +- src/guard/api/v1/account/mod.rs.html | 2 +- src/guard/api/v1/auth.rs.html | 2 +- src/guard/api/v1/mcaptcha/duration.rs.html | 46 ++++++- src/guard/api/v1/mcaptcha/levels.rs.html | 82 +++++++++++-- src/guard/api/v1/mcaptcha/mcaptcha.rs.html | 82 +++++++++++-- src/guard/api/v1/mcaptcha/mod.rs.html | 12 ++ src/guard/api/v1/meta.rs.html | 2 +- src/guard/api/v1/mod.rs.html | 32 ++--- 79 files changed, 374 insertions(+), 1255 deletions(-) create mode 100644 guard/api/v1/account/fn.services.html delete mode 100644 guard/api/v1/auth/fn.service.html rename guard/api/v1/{account/fn.service.html => auth/fn.services.html} (54%) create mode 100644 guard/api/v1/mcaptcha/duration/fn.get_duration.html create mode 100644 guard/api/v1/mcaptcha/duration/fn.services.html create mode 100644 guard/api/v1/mcaptcha/duration/fn.update_duration.html delete mode 100644 guard/api/v1/mcaptcha/duration/struct.get_duration.html delete mode 100644 guard/api/v1/mcaptcha/duration/struct.update_duration.html create mode 100644 guard/api/v1/mcaptcha/fn.services.html create mode 100644 guard/api/v1/mcaptcha/levels/fn.add_levels.html create mode 100644 guard/api/v1/mcaptcha/levels/fn.delete_levels.html create mode 100644 guard/api/v1/mcaptcha/levels/fn.get_levels.html create mode 100644 guard/api/v1/mcaptcha/levels/fn.services.html create mode 100644 guard/api/v1/mcaptcha/levels/fn.update_levels.html delete mode 100644 guard/api/v1/mcaptcha/levels/struct.add_levels.html delete mode 100644 guard/api/v1/mcaptcha/levels/struct.delete_levels.html delete mode 100644 guard/api/v1/mcaptcha/levels/struct.get_levels.html delete mode 100644 guard/api/v1/mcaptcha/levels/struct.update_levels.html create mode 100644 guard/api/v1/mcaptcha/mcaptcha/fn.add_mcaptcha.html create mode 100644 guard/api/v1/mcaptcha/mcaptcha/fn.delete_mcaptcha.html create mode 100644 guard/api/v1/mcaptcha/mcaptcha/fn.get_token.html create mode 100644 guard/api/v1/mcaptcha/mcaptcha/fn.services.html create mode 100644 guard/api/v1/mcaptcha/mcaptcha/fn.update_token.html delete mode 100644 guard/api/v1/mcaptcha/mcaptcha/struct.add_mcaptcha.html delete mode 100644 guard/api/v1/mcaptcha/mcaptcha/struct.delete_mcaptcha.html delete mode 100644 guard/api/v1/mcaptcha/mcaptcha/struct.get_token.html delete mode 100644 guard/api/v1/mcaptcha/mcaptcha/struct.update_token.html delete mode 100644 guard/api/v1/meta/fn.service.html create mode 100644 guard/api/v1/meta/fn.services.html diff --git a/guard/all.html b/guard/all.html index 08dbbdf8..25808437 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/fn.services.html b/guard/api/v1/account/fn.services.html new file mode 100644 index 00000000..b5de6877 --- /dev/null +++ b/guard/api/v1/account/fn.services.html @@ -0,0 +1,5 @@ +guard::api::v1::account::services - Rust + +

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

pub fn services(cfg: &mut ServiceConfig)
+ \ No newline at end of file diff --git a/guard/api/v1/account/index.html b/guard/api/v1/account/index.html index 08e1e1db..b7a78669 100644 --- a/guard/api/v1/account/index.html +++ b/guard/api/v1/account/index.html @@ -5,5 +5,5 @@
pub use super::auth;
pub use super::mcaptcha;

Modules

delete
email
routes
secret
username

Structs

AccountCheckPayload
AccountCheckResp

Functions

-
service
+
services
\ No newline at end of file diff --git a/guard/api/v1/account/sidebar-items.js b/guard/api/v1/account/sidebar-items.js index 367186e5..68077de1 100644 --- a/guard/api/v1/account/sidebar-items.js +++ b/guard/api/v1/account/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"fn":[["service",""]],"mod":[["delete",""],["email",""],["routes",""],["secret",""],["username",""]],"struct":[["AccountCheckPayload",""],["AccountCheckResp",""]]}); \ No newline at end of file +initSidebarItems({"fn":[["services",""]],"mod":[["delete",""],["email",""],["routes",""],["secret",""],["username",""]],"struct":[["AccountCheckPayload",""],["AccountCheckResp",""]]}); \ No newline at end of file diff --git a/guard/api/v1/auth/fn.service.html b/guard/api/v1/auth/fn.service.html deleted file mode 100644 index 49876425..00000000 --- a/guard/api/v1/auth/fn.service.html +++ /dev/null @@ -1,5 +0,0 @@ -guard::api::v1::auth::service - Rust - -

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

pub fn service(cfg: &mut ServiceConfig)
- \ No newline at end of file diff --git a/guard/api/v1/account/fn.service.html b/guard/api/v1/auth/fn.services.html similarity index 54% rename from guard/api/v1/account/fn.service.html rename to guard/api/v1/auth/fn.services.html index acf7add9..991f2db0 100644 --- a/guard/api/v1/account/fn.service.html +++ b/guard/api/v1/auth/fn.services.html @@ -1,5 +1,5 @@ -guard::api::v1::account::service - Rust +guard::api::v1::auth::services - Rust -

Function guard::api::v1::account::service[][src]

pub fn service(cfg: &mut ServiceConfig)
+

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

pub fn services(cfg: &mut ServiceConfig)
\ No newline at end of file diff --git a/guard/api/v1/auth/index.html b/guard/api/v1/auth/index.html index fffc491c..ce292a27 100644 --- a/guard/api/v1/auth/index.html +++ b/guard/api/v1/auth/index.html @@ -4,5 +4,5 @@ Change settings

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

Modules

routes

Structs

Login
Password
Register

Functions

-
service
signin
signout
signup
+
services
signin
signout
signup
\ 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 00ea6afa..4bc85df8 100644 --- a/guard/api/v1/auth/sidebar-items.js +++ b/guard/api/v1/auth/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"fn":[["service",""],["signin",""],["signout",""],["signup",""]],"mod":[["routes",""]],"struct":[["Login",""],["Password",""],["Register",""]]}); \ No newline at end of file +initSidebarItems({"fn":[["services",""],["signin",""],["signout",""],["signup",""]],"mod":[["routes",""]],"struct":[["Login",""],["Password",""],["Register",""]]}); \ No newline at end of file diff --git a/guard/api/v1/fn.new_services.html b/guard/api/v1/fn.new_services.html index 07c941a2..6bce7c8e 100644 --- a/guard/api/v1/fn.new_services.html +++ b/guard/api/v1/fn.new_services.html @@ -1,5 +1,5 @@ guard::api::v1::new_services - Rust

Function guard::api::v1::new_services[][src]

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

Function guard::api::v1::new_services[][src]

pub fn new_services(cfg: &mut ServiceConfig)
\ No newline at end of file diff --git a/guard/api/v1/fn.services.html b/guard/api/v1/fn.services.html index 687fe696..70e45f0b 100644 --- a/guard/api/v1/fn.services.html +++ b/guard/api/v1/fn.services.html @@ -1,5 +1,5 @@ guard::api::v1::services - Rust

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

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

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

pub fn services(_cfg: &mut ServiceConfig)
\ No newline at end of file diff --git a/guard/api/v1/index.html b/guard/api/v1/index.html index 7273aeae..7571fea5 100644 --- a/guard/api/v1/index.html +++ b/guard/api/v1/index.html @@ -1,7 +1,7 @@ guard::api::v1 - Rust

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

Re-exports

+ Change settings

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

Re-exports

pub use routes::ROUTES;

Modules

account
auth
mcaptcha
meta
pow
routes

Functions

new_services
services
diff --git a/guard/api/v1/mcaptcha/duration/fn.get_duration.html b/guard/api/v1/mcaptcha/duration/fn.get_duration.html new file mode 100644 index 00000000..72e24968 --- /dev/null +++ b/guard/api/v1/mcaptcha/duration/fn.get_duration.html @@ -0,0 +1,5 @@ +guard::api::v1::mcaptcha::duration::get_duration - Rust + +

Function guard::api::v1::mcaptcha::duration::get_duration[][src]

async fn get_duration(
    payload: Json<MCaptchaDetails>,
    data: Data<Data>,
    id: Identity
) -> Result<impl Responder, ServiceError>
+ \ No newline at end of file diff --git a/guard/api/v1/mcaptcha/duration/fn.services.html b/guard/api/v1/mcaptcha/duration/fn.services.html new file mode 100644 index 00000000..00d5a54e --- /dev/null +++ b/guard/api/v1/mcaptcha/duration/fn.services.html @@ -0,0 +1,5 @@ +guard::api::v1::mcaptcha::duration::services - Rust + +

Function guard::api::v1::mcaptcha::duration::services[][src]

pub fn services(cfg: &mut ServiceConfig)
+ \ No newline at end of file diff --git a/guard/api/v1/mcaptcha/duration/fn.update_duration.html b/guard/api/v1/mcaptcha/duration/fn.update_duration.html new file mode 100644 index 00000000..7811e0a9 --- /dev/null +++ b/guard/api/v1/mcaptcha/duration/fn.update_duration.html @@ -0,0 +1,5 @@ +guard::api::v1::mcaptcha::duration::update_duration - Rust + +

Function guard::api::v1::mcaptcha::duration::update_duration[][src]

async fn update_duration(
    payload: Json<UpdateDuration>,
    data: Data<Data>,
    id: Identity
) -> Result<impl Responder, ServiceError>
+ \ No newline at end of file diff --git a/guard/api/v1/mcaptcha/duration/index.html b/guard/api/v1/mcaptcha/duration/index.html index e1b9434f..35090a7d 100644 --- a/guard/api/v1/mcaptcha/duration/index.html +++ b/guard/api/v1/mcaptcha/duration/index.html @@ -1,7 +1,8 @@ guard::api::v1::mcaptcha::duration - Rust -

Module guard::api::v1::mcaptcha::duration[][src]

Modules

+

Module guard::api::v1::mcaptcha::duration[][src]

Modules

routes

Structs

-
GetDuration
GetDurationResp
UpdateDuration
get_duration
update_duration
+
GetDuration
GetDurationResp
UpdateDuration

Functions

+
get_duration
services
update_duration
\ No newline at end of file diff --git a/guard/api/v1/mcaptcha/duration/routes/index.html b/guard/api/v1/mcaptcha/duration/routes/index.html index 7c6aaaf8..1d32148e 100644 --- a/guard/api/v1/mcaptcha/duration/routes/index.html +++ b/guard/api/v1/mcaptcha/duration/routes/index.html @@ -1,6 +1,6 @@ guard::api::v1::mcaptcha::duration::routes - Rust

Module guard::api::v1::mcaptcha::duration::routes[][src]

Structs

+ Change settings

Module guard::api::v1::mcaptcha::duration::routes[][src]

Structs

Duration
\ No newline at end of file diff --git a/guard/api/v1/mcaptcha/duration/routes/struct.Duration.html b/guard/api/v1/mcaptcha/duration/routes/struct.Duration.html index 21aebd73..a64d0035 100644 --- a/guard/api/v1/mcaptcha/duration/routes/struct.Duration.html +++ b/guard/api/v1/mcaptcha/duration/routes/struct.Duration.html @@ -1,11 +1,11 @@ guard::api::v1::mcaptcha::duration::routes::Duration - Rust

Struct guard::api::v1::mcaptcha::duration::routes::Duration[][src]

pub struct Duration {
+                Change settings

Struct guard::api::v1::mcaptcha::duration::routes::Duration[][src]

pub struct Duration {
     pub update: &'static str,
     pub get: &'static str,
 }

- Fields

update: &'static strget: &'static str

Implementations

impl Duration[src]

pub const fn new() -> Duration[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]