From 3d83eb22a802a3afecded77e99eef58ea5e2d5d2 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Mon, 3 May 2021 15:08:40 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20812b0?= =?UTF-8?q?ff2c95af58360a5766689e94e297dcc34ff=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/auth/fn.signout.html | 2 +- guard/api/v1/auth/index.html | 2 +- .../api/v1/mcaptcha/levels/fn.add_levels.html | 2 +- .../v1/mcaptcha/levels/fn.delete_levels.html | 2 +- .../api/v1/mcaptcha/levels/fn.get_levels.html | 2 +- .../mcaptcha/levels/fn.get_levels_util.html | 2 +- guard/api/v1/mcaptcha/levels/fn.services.html | 2 +- .../v1/mcaptcha/levels/fn.update_levels.html | 2 +- guard/api/v1/mcaptcha/levels/index.html | 4 +- .../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 | 10 +- .../v1/mcaptcha/levels/struct.I32Levels.html | 10 +- .../api/v1/mcaptcha/levels/struct.Levels.html | 10 +- .../mcaptcha/levels/struct.UpdateLevels.html | 119 ++++++++++ .../v1/mcaptcha/mcaptcha/fn.add_mcaptcha.html | 2 +- .../mcaptcha/fn.add_mcaptcha_util.html | 5 + .../mcaptcha/mcaptcha/fn.delete_mcaptcha.html | 2 +- .../v1/mcaptcha/mcaptcha/fn.get_token.html | 2 +- .../v1/mcaptcha/mcaptcha/fn.update_token.html | 2 +- .../mcaptcha/fn.update_token_helper.html | 2 +- guard/api/v1/mcaptcha/mcaptcha/index.html | 4 +- .../api/v1/mcaptcha/mcaptcha/sidebar-items.js | 2 +- guard/pages/auth/login/fn.login.html | 2 +- guard/pages/auth/login/index.html | 2 +- guard/pages/auth/login/struct.IndexPage.html | 10 +- guard/pages/auth/register/fn.join.html | 2 +- guard/pages/auth/register/index.html | 2 +- .../pages/auth/register/struct.IndexPage.html | 10 +- guard/pages/constant.TITLE.html | 5 + guard/pages/fn.services.html | 2 +- guard/pages/index.html | 7 +- guard/pages/panel/constant.COMPONENT.html | 5 + guard/pages/panel/constant.TITLE.html | 5 - guard/pages/panel/fn.panel.html | 2 +- guard/pages/panel/fn.services.html | 2 +- guard/pages/panel/index.html | 4 +- guard/pages/panel/routes/index.html | 2 +- guard/pages/panel/routes/struct.Panel.html | 4 +- guard/pages/panel/sidebar-items.js | 2 +- .../panel/sitekey/add/constant.COMPONENT.html | 5 + .../panel/sitekey/add/constant.TITLE.html | 5 - .../panel/sitekey/add/fn.add_sitekey.html | 2 +- guard/pages/panel/sitekey/add/index.html | 4 +- .../pages/panel/sitekey/add/sidebar-items.js | 2 +- .../panel/sitekey/add/struct.IndexPage.html | 10 +- guard/pages/panel/sitekey/fn.services.html | 2 +- guard/pages/panel/sitekey/index.html | 4 +- .../panel/sitekey/list/constant.TITLE.html | 5 + .../panel/sitekey/list/fn.list_sitekeys.html | 5 + guard/pages/panel/sitekey/list/index.html | 8 + .../pages/panel/sitekey/list/sidebar-items.js | 1 + .../panel/sitekey/list/struct.IndexPage.html | 125 +++++++++++ guard/pages/panel/sitekey/routes/index.html | 2 +- .../panel/sitekey/routes/struct.Sitekey.html | 4 +- guard/pages/panel/sitekey/sidebar-items.js | 2 +- guard/pages/panel/struct.IndexPage.html | 10 +- guard/pages/sidebar-items.js | 2 +- implementors/core/clone/trait.Clone.js | 2 +- implementors/core/default/trait.Default.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/sailfish/private/trait.Sealed.js | 2 +- implementors/sailfish/trait.TemplateOnce.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/auth.rs.html | 8 +- src/guard/api/v1/mcaptcha/levels.rs.html | 32 ++- src/guard/api/v1/mcaptcha/mcaptcha.rs.html | 12 +- src/guard/pages/auth/login.rs.html | 6 +- src/guard/pages/auth/register.rs.html | 6 +- src/guard/pages/mod.rs.html | 206 +++++++++--------- src/guard/pages/panel/mod.rs.html | 10 +- src/guard/pages/panel/sitekey/add.rs.html | 10 +- src/guard/pages/panel/sitekey/list.rs.html | 95 ++++++++ src/guard/pages/panel/sitekey/mod.rs.html | 16 ++ 84 files changed, 667 insertions(+), 228 deletions(-) create mode 100644 guard/api/v1/mcaptcha/levels/struct.UpdateLevels.html create mode 100644 guard/api/v1/mcaptcha/mcaptcha/fn.add_mcaptcha_util.html create mode 100644 guard/pages/constant.TITLE.html create mode 100644 guard/pages/panel/constant.COMPONENT.html delete mode 100644 guard/pages/panel/constant.TITLE.html create mode 100644 guard/pages/panel/sitekey/add/constant.COMPONENT.html delete mode 100644 guard/pages/panel/sitekey/add/constant.TITLE.html create mode 100644 guard/pages/panel/sitekey/list/constant.TITLE.html create mode 100644 guard/pages/panel/sitekey/list/fn.list_sitekeys.html create mode 100644 guard/pages/panel/sitekey/list/index.html create mode 100644 guard/pages/panel/sitekey/list/sidebar-items.js create mode 100644 guard/pages/panel/sitekey/list/struct.IndexPage.html create mode 100644 src/guard/pages/panel/sitekey/list.rs.html diff --git a/guard/all.html b/guard/all.html index 168ed026..31955eea 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/auth/fn.signout.html b/guard/api/v1/auth/fn.signout.html index 25d7182a..d07c6845 100644 --- a/guard/api/v1/auth/fn.signout.html +++ b/guard/api/v1/auth/fn.signout.html @@ -1,5 +1,5 @@ guard::api::v1::auth::signout - Rust

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

async fn signout(id: Identity) -> impl Responder
+ Change settings

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

async fn signout(id: Identity) -> impl Responder
\ No newline at end of file diff --git a/guard/api/v1/auth/index.html b/guard/api/v1/auth/index.html index 0ba37872..7dc8142b 100644 --- a/guard/api/v1/auth/index.html +++ b/guard/api/v1/auth/index.html @@ -1,7 +1,7 @@ guard::api::v1::auth - Rust

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

Modules

+ Change settings

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

Modules

routes

Structs

Login
Password
Register

Functions

services
signin
signout
signup
diff --git a/guard/api/v1/mcaptcha/levels/fn.add_levels.html b/guard/api/v1/mcaptcha/levels/fn.add_levels.html index 40d7577a..5c106807 100644 --- a/guard/api/v1/mcaptcha/levels/fn.add_levels.html +++ b/guard/api/v1/mcaptcha/levels/fn.add_levels.html @@ -1,5 +1,5 @@ guard::api::v1::mcaptcha::levels::add_levels - Rust

Function guard::api::v1::mcaptcha::levels::add_levels[][src]

async fn add_levels(
    payload: Json<AddLevels>,
    data: Data<Data>,
    id: Identity
) -> Result<impl Responder, ServiceError>
+ Change settings

Function guard::api::v1::mcaptcha::levels::add_levels[][src]

async fn add_levels(
    payload: Json<AddLevels>,
    data: Data<Data>,
    id: Identity
) -> Result<impl Responder, ServiceError>
\ No newline at end of file diff --git a/guard/api/v1/mcaptcha/levels/fn.delete_levels.html b/guard/api/v1/mcaptcha/levels/fn.delete_levels.html index 0649a9d9..24fedcef 100644 --- a/guard/api/v1/mcaptcha/levels/fn.delete_levels.html +++ b/guard/api/v1/mcaptcha/levels/fn.delete_levels.html @@ -1,5 +1,5 @@ guard::api::v1::mcaptcha::levels::delete_levels - Rust

Function guard::api::v1::mcaptcha::levels::delete_levels[][src]

async fn delete_levels(
    payload: Json<AddLevels>,
    data: Data<Data>,
    id: Identity
) -> Result<impl Responder, ServiceError>
+ Change settings

Function guard::api::v1::mcaptcha::levels::delete_levels[][src]

async fn delete_levels(
    payload: Json<UpdateLevels>,
    data: Data<Data>,
    id: Identity
) -> Result<impl Responder, ServiceError>
\ No newline at end of file diff --git a/guard/api/v1/mcaptcha/levels/fn.get_levels.html b/guard/api/v1/mcaptcha/levels/fn.get_levels.html index 96a5478c..0cf14e05 100644 --- a/guard/api/v1/mcaptcha/levels/fn.get_levels.html +++ b/guard/api/v1/mcaptcha/levels/fn.get_levels.html @@ -1,5 +1,5 @@ guard::api::v1::mcaptcha::levels::get_levels - Rust

Function guard::api::v1::mcaptcha::levels::get_levels[][src]

async fn get_levels(
    payload: Json<MCaptchaDetails>,
    data: Data<Data>,
    id: Identity
) -> Result<impl Responder, ServiceError>
+ Change settings

Function guard::api::v1::mcaptcha::levels::get_levels[][src]

async fn get_levels(
    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/levels/fn.get_levels_util.html b/guard/api/v1/mcaptcha/levels/fn.get_levels_util.html index 7f26e085..7ad71d88 100644 --- a/guard/api/v1/mcaptcha/levels/fn.get_levels_util.html +++ b/guard/api/v1/mcaptcha/levels/fn.get_levels_util.html @@ -1,5 +1,5 @@ guard::api::v1::mcaptcha::levels::get_levels_util - Rust

Function guard::api::v1::mcaptcha::levels::get_levels_util[][src]

async fn get_levels_util(
    key: &str,
    username: &str,
    data: &Data
) -> Result<Vec<I32Levels>, ServiceError>
+ Change settings

Function guard::api::v1::mcaptcha::levels::get_levels_util[][src]

async fn get_levels_util(
    key: &str,
    username: &str,
    data: &Data
) -> Result<Vec<I32Levels>, ServiceError>
\ No newline at end of file diff --git a/guard/api/v1/mcaptcha/levels/fn.services.html b/guard/api/v1/mcaptcha/levels/fn.services.html index 4dd47f9b..f73c3f26 100644 --- a/guard/api/v1/mcaptcha/levels/fn.services.html +++ b/guard/api/v1/mcaptcha/levels/fn.services.html @@ -1,5 +1,5 @@ guard::api::v1::mcaptcha::levels::services - Rust

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

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

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

pub fn services(cfg: &mut ServiceConfig)
\ No newline at end of file diff --git a/guard/api/v1/mcaptcha/levels/fn.update_levels.html b/guard/api/v1/mcaptcha/levels/fn.update_levels.html index 99e21e56..bd25ecc4 100644 --- a/guard/api/v1/mcaptcha/levels/fn.update_levels.html +++ b/guard/api/v1/mcaptcha/levels/fn.update_levels.html @@ -1,5 +1,5 @@ guard::api::v1::mcaptcha::levels::update_levels - Rust

Function guard::api::v1::mcaptcha::levels::update_levels[][src]

async fn update_levels(
    payload: Json<AddLevels>,
    data: Data<Data>,
    id: Identity
) -> Result<impl Responder, ServiceError>
+ Change settings

Function guard::api::v1::mcaptcha::levels::update_levels[][src]

async fn update_levels(
    payload: Json<UpdateLevels>,
    data: Data<Data>,
    id: Identity
) -> Result<impl Responder, ServiceError>
\ No newline at end of file diff --git a/guard/api/v1/mcaptcha/levels/index.html b/guard/api/v1/mcaptcha/levels/index.html index 8baf39f4..a33ab403 100644 --- a/guard/api/v1/mcaptcha/levels/index.html +++ b/guard/api/v1/mcaptcha/levels/index.html @@ -1,8 +1,8 @@ guard::api::v1::mcaptcha::levels - Rust

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

Modules

+ Change settings

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

Modules

routes

Structs

-
AddLevels
I32Levels
Levels

Functions

+
AddLevels
I32Levels
Levels
UpdateLevels

Functions

add_levels
delete_levels
get_levels
get_levels_util
services
update_levels
\ No newline at end of file diff --git a/guard/api/v1/mcaptcha/levels/routes/index.html b/guard/api/v1/mcaptcha/levels/routes/index.html index 4e314a99..a2a12ff5 100644 --- a/guard/api/v1/mcaptcha/levels/routes/index.html +++ b/guard/api/v1/mcaptcha/levels/routes/index.html @@ -1,6 +1,6 @@ guard::api::v1::mcaptcha::levels::routes - Rust

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

Structs

+ Change settings

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

Structs

Levels
\ No newline at end of file diff --git a/guard/api/v1/mcaptcha/levels/routes/struct.Levels.html b/guard/api/v1/mcaptcha/levels/routes/struct.Levels.html index 1e701aa0..49896c0f 100644 --- a/guard/api/v1/mcaptcha/levels/routes/struct.Levels.html +++ b/guard/api/v1/mcaptcha/levels/routes/struct.Levels.html @@ -1,13 +1,13 @@ guard::api::v1::mcaptcha::levels::routes::Levels - Rust

Struct guard::api::v1::mcaptcha::levels::routes::Levels[][src]

pub struct Levels {
+                Change settings

Struct guard::api::v1::mcaptcha::levels::routes::Levels[][src]

pub struct Levels {
     pub add: &'static str,
     pub update: &'static str,
     pub delete: &'static str,
     pub get: &'static str,
 }

- Fields

add: &'static strupdate: &'static strdelete: &'static strget: &'static str

Implementations

impl Levels[src]

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

Auto Trait Implementations

Blanket Implementations

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