From 5c893a86a4887325f46d88e456f00acebf156524 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sun, 11 Apr 2021 06:44:24 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2036b50?= =?UTF-8?q?5ef59ac671ca0fe939fcb6c14068f4b608a=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guard/all.html | 2 +- .../mcaptcha/fn.update_token_helper.html | 2 +- guard/api/v1/mcaptcha/mcaptcha/index.html | 2 +- .../mcaptcha/struct.MCaptchaDetails.html | 10 +-- .../mcaptcha/mcaptcha/struct.MCaptchaID.html | 10 +-- .../mcaptcha/struct.add_mcaptcha.html | 2 +- .../mcaptcha/struct.delete_mcaptcha.html | 2 +- .../mcaptcha/mcaptcha/struct.get_token.html | 2 +- .../mcaptcha/struct.update_token.html | 2 +- guard/errors/fn.dup_error.html | 5 -- guard/errors/index.html | 7 +- guard/errors/sidebar-items.js | 2 +- guard/errors/type.ServiceResult.html | 2 +- search-index.js | 2 +- src/guard/api/v1/mcaptcha/mcaptcha.rs.html | 64 ++++++++++++++----- src/guard/errors.rs.html | 28 -------- 16 files changed, 71 insertions(+), 73 deletions(-) delete mode 100644 guard/errors/fn.dup_error.html diff --git a/guard/all.html b/guard/all.html index b1325474..c047bc33 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/mcaptcha/fn.update_token_helper.html b/guard/api/v1/mcaptcha/mcaptcha/fn.update_token_helper.html index 3c106787..8576c6f4 100644 --- a/guard/api/v1/mcaptcha/mcaptcha/fn.update_token_helper.html +++ b/guard/api/v1/mcaptcha/mcaptcha/fn.update_token_helper.html @@ -1,5 +1,5 @@ guard::api::v1::mcaptcha::mcaptcha::update_token_helper - Rust

Function guard::api::v1::mcaptcha::mcaptcha::update_token_helper[][src]

async fn update_token_helper(
    key: &str,
    old_key: &str,
    username: &str,
    data: &Data
) -> Result<(), Error>
+ Change settings

Function guard::api::v1::mcaptcha::mcaptcha::update_token_helper[][src]

async fn update_token_helper(
    key: &str,
    old_key: &str,
    username: &str,
    data: &Data
) -> Result<(), Error>
\ No newline at end of file diff --git a/guard/api/v1/mcaptcha/mcaptcha/index.html b/guard/api/v1/mcaptcha/mcaptcha/index.html index b854ef3e..a1a0e4f0 100644 --- a/guard/api/v1/mcaptcha/mcaptcha/index.html +++ b/guard/api/v1/mcaptcha/mcaptcha/index.html @@ -1,7 +1,7 @@ guard::api::v1::mcaptcha::mcaptcha - Rust

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

Structs

+ Change settings

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

Structs

MCaptchaDetails
MCaptchaID
add_mcaptcha
delete_mcaptcha
get_token
update_token

Functions

update_token_helper
\ No newline at end of file diff --git a/guard/api/v1/mcaptcha/mcaptcha/struct.MCaptchaDetails.html b/guard/api/v1/mcaptcha/mcaptcha/struct.MCaptchaDetails.html index 69309379..3ec2aa95 100644 --- a/guard/api/v1/mcaptcha/mcaptcha/struct.MCaptchaDetails.html +++ b/guard/api/v1/mcaptcha/mcaptcha/struct.MCaptchaDetails.html @@ -1,15 +1,15 @@ guard::api::v1::mcaptcha::mcaptcha::MCaptchaDetails - Rust

Struct guard::api::v1::mcaptcha::mcaptcha::MCaptchaDetails[][src]

pub struct MCaptchaDetails {
+                Change settings

Struct guard::api::v1::mcaptcha::mcaptcha::MCaptchaDetails[][src]

pub struct MCaptchaDetails {
     pub name: Option<String>,
     pub key: String,
 }

- Fields

name: Option<String>key: String

Trait Implementations

impl Clone for MCaptchaDetails[src]