From abe735a1fbb335f7f138e7196e116a2761eefd23 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sat, 10 Apr 2021 12:28:57 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20e76dd?= =?UTF-8?q?8014c571f6ebbe39ad6d76aed495712555d=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/mcaptcha/levels/index.html | 2 +- .../v1/mcaptcha/levels/struct.I32Levels.html | 15 +- .../api/v1/mcaptcha/levels/struct.Levels.html | 11 +- .../api/v1/mcaptcha/pow/fn.init_mcaptcha.html | 5 + guard/api/v1/mcaptcha/pow/index.html | 7 +- guard/api/v1/mcaptcha/pow/sidebar-items.js | 2 +- .../mcaptcha/pow/struct.GetConfigPayload.html | 10 +- .../api/v1/mcaptcha/pow/struct.PoWConfig.html | 10 +- .../v1/mcaptcha/pow/struct.get_config.html | 2 +- .../meta/enum.BuildDetailsBuilderError.html | 129 ++++++ .../api/v1/meta/enum.HealthBuilderError.html | 129 ++++++ guard/api/v1/meta/index.html | 7 +- guard/api/v1/meta/sidebar-items.js | 2 +- .../v1/meta/struct.BuildDetailsBuilder.html | 4 +- guard/api/v1/meta/struct.HealthBuilder.html | 4 +- guard/fn.get_identity_service.html | 2 +- guard/fn.get_json_err.html | 2 +- guard/fn.main.html | 2 +- guard/index.html | 2 +- guard/static.GIT_COMMIT_HASH.html | 2 +- guard/static.OPEN_API_DOC.html | 2 +- guard/static.PKG_DESCRIPTION.html | 2 +- guard/static.PKG_HOMEPAGE.html | 2 +- guard/static.PKG_NAME.html | 2 +- guard/static.VERIFICATION_PATH.html | 2 +- guard/static.VERSION.html | 2 +- guard/struct.CSS.html | 8 +- guard/struct.FILES.html | 8 +- guard/struct.JS.html | 8 +- guard/struct.S.html | 8 +- guard/struct.SETTINGS.html | 8 +- implementors/core/clone/trait.Clone.js | 2 +- implementors/core/convert/trait.From.js | 2 +- implementors/core/fmt/trait.Debug.js | 2 +- implementors/core/fmt/trait.Display.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/error/trait.Error.js | 2 +- implementors/std/panic/trait.RefUnwindSafe.js | 2 +- implementors/std/panic/trait.UnwindSafe.js | 2 +- search-index.js | 4 +- src/guard/api/v1/mcaptcha/levels.rs.html | 52 +-- src/guard/api/v1/mcaptcha/pow.rs.html | 384 +++++++++++++++--- src/guard/main.rs.html | 2 - 47 files changed, 697 insertions(+), 170 deletions(-) create mode 100644 guard/api/v1/mcaptcha/pow/fn.init_mcaptcha.html create mode 100644 guard/api/v1/meta/enum.BuildDetailsBuilderError.html create mode 100644 guard/api/v1/meta/enum.HealthBuilderError.html diff --git a/guard/all.html b/guard/all.html index be27fec4..eba4767f 100644 --- a/guard/all.html +++ b/guard/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Enums

Functions

Typedefs

Statics

Constants

+

Structs

Enums

Functions

Typedefs

Statics

Constants

\ 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 081a6e33..c538369e 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]

Structs

+ Change settings

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

Structs

AddLevels
I32Levels
Levels
add_levels
delete_levels
get_levels
update_levels

Functions

get_levels_util
\ No newline at end of file diff --git a/guard/api/v1/mcaptcha/levels/struct.I32Levels.html b/guard/api/v1/mcaptcha/levels/struct.I32Levels.html index c50aa613..0bcd11fe 100644 --- a/guard/api/v1/mcaptcha/levels/struct.I32Levels.html +++ b/guard/api/v1/mcaptcha/levels/struct.I32Levels.html @@ -1,11 +1,14 @@ guard::api::v1::mcaptcha::levels::I32Levels - Rust -

Struct guard::api::v1::mcaptcha::pow::PoWConfig[][src]

pub struct PoWConfig {
     pub name: String,
     pub domain: String,
 }

- Fields

name: Stringdomain: String

Trait Implementations

impl Clone for PoWConfig[src]