From 3885bb39ca4e6d7a7ffa14bd2c2ed9d72fd95e9a Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 4 May 2021 14:11:06 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2098719?= =?UTF-8?q?670dfd1bd29d8751a277b62f77836a0117e=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guard/all.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 | 2 +- .../api/v1/mcaptcha/levels/routes/index.html | 2 +- .../mcaptcha/levels/routes/struct.Levels.html | 4 +- .../v1/mcaptcha/levels/struct.AddLevels.html | 9 +- .../v1/mcaptcha/levels/struct.I32Levels.html | 10 +- .../api/v1/mcaptcha/levels/struct.Levels.html | 10 +- .../mcaptcha/levels/struct.UpdateLevels.html | 6 +- .../v1/mcaptcha/mcaptcha/fn.add_mcaptcha.html | 2 +- .../mcaptcha/fn.add_mcaptcha_util.html | 2 +- .../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 | 2 +- .../mcaptcha/struct.MCaptchaDetails.html | 4 +- guard/errors/enum.PageError.html | 20 +- guard/errors/enum.ServiceError.html | 30 +-- guard/errors/index.html | 2 +- guard/errors/struct.ErrorToResponse.html | 6 +- guard/errors/type.PageResult.html | 2 +- guard/errors/type.ServiceResult.html | 2 +- guard/pages/panel/sitekey/fn.services.html | 2 +- guard/pages/panel/sitekey/index.html | 2 +- .../panel/sitekey/list/constant.PAGE.html | 2 +- .../panel/sitekey/list/fn.list_sitekeys.html | 2 +- guard/pages/panel/sitekey/list/index.html | 7 +- .../pages/panel/sitekey/list/sidebar-items.js | 2 +- .../panel/sitekey/list/struct.IndexPage.html | 8 +- .../panel/sitekey/list/type.SiteKeys.html | 5 + guard/pages/panel/sitekey/routes/index.html | 2 +- .../panel/sitekey/routes/struct.Sitekey.html | 7 +- implementors/core/default/trait.Default.js | 2 +- search-index.js | 2 +- src/guard/api/v1/mcaptcha/levels.rs.html | 14 +- src/guard/api/v1/mcaptcha/mcaptcha.rs.html | 32 ++- src/guard/errors.rs.html | 4 - src/guard/pages/panel/sitekey/list.rs.html | 232 ++++++++++++++---- src/guard/pages/panel/sitekey/mod.rs.html | 6 +- 45 files changed, 320 insertions(+), 148 deletions(-) create mode 100644 guard/pages/panel/sitekey/list/type.SiteKeys.html diff --git a/guard/all.html b/guard/all.html index 21e55181..20a421a4 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/mcaptcha/levels/fn.add_levels.html b/guard/api/v1/mcaptcha/levels/fn.add_levels.html index 1fb61275..d0d5617d 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 3ae0ec51..2d1cb347 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<UpdateLevels>,
    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 24e70b03..dd13b47e 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 0cf351b2..c66c4606 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..de51852f 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 5809973b..5222df0d 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<UpdateLevels>,
    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 1cac4ead..f68e24bd 100644 --- a/guard/api/v1/mcaptcha/levels/index.html +++ b/guard/api/v1/mcaptcha/levels/index.html @@ -1,7 +1,7 @@ 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
UpdateLevels

Functions

add_levels
delete_levels
get_levels
get_levels_util
services
update_levels
diff --git a/guard/api/v1/mcaptcha/levels/routes/index.html b/guard/api/v1/mcaptcha/levels/routes/index.html index a2a12ff5..1022266a 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 49896c0f..8c10de5a 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]