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]