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]