diff --git a/guard/all.html b/guard/all.html index d3f0f7c0..13bd57d9 100644 --- a/guard/all.html +++ b/guard/all.html @@ -3,5 +3,5 @@

List of all items[] -

Structs

Enums

Functions

Typedefs

Statics

+

Structs

Enums

Functions

Typedefs

Statics

\ 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 new file mode 100644 index 00000000..c2073522 --- /dev/null +++ b/guard/api/v1/mcaptcha/mcaptcha/fn.update_token_helper.html @@ -0,0 +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,
    name: &str,
    host: &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 70cd3cc7..06aeadfd 100644 --- a/guard/api/v1/mcaptcha/mcaptcha/index.html +++ b/guard/api/v1/mcaptcha/mcaptcha/index.html @@ -1,6 +1,7 @@ guard::api::v1::mcaptcha::mcaptcha - Rust -

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

Structs

-
MCaptchaDetails
MCaptchaID
add_mcaptcha
delete_mcaptcha
get_token
update_token
+

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/sidebar-items.js b/guard/api/v1/mcaptcha/mcaptcha/sidebar-items.js index 4b90d8ff..4116b5ac 100644 --- a/guard/api/v1/mcaptcha/mcaptcha/sidebar-items.js +++ b/guard/api/v1/mcaptcha/mcaptcha/sidebar-items.js @@ -1 +1 @@ -initSidebarItems({"struct":[["MCaptchaDetails",""],["MCaptchaID",""],["add_mcaptcha",""],["delete_mcaptcha",""],["get_token",""],["update_token",""]]}); \ No newline at end of file +initSidebarItems({"fn":[["update_token_helper",""]],"struct":[["MCaptchaDetails",""],["MCaptchaID",""],["add_mcaptcha",""],["delete_mcaptcha",""],["get_token",""],["update_token",""]]}); \ No newline at end of file diff --git a/guard/api/v1/mcaptcha/mcaptcha/struct.delete_mcaptcha.html b/guard/api/v1/mcaptcha/mcaptcha/struct.delete_mcaptcha.html index 3d32e625..54b50933 100644 --- a/guard/api/v1/mcaptcha/mcaptcha/struct.delete_mcaptcha.html +++ b/guard/api/v1/mcaptcha/mcaptcha/struct.delete_mcaptcha.html @@ -1,7 +1,7 @@ guard::api::v1::mcaptcha::mcaptcha::delete_mcaptcha - Rust

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

pub struct delete_mcaptcha;

Trait Implementations

impl HttpServiceFactory for delete_mcaptcha[src]

Auto Trait Implementations

impl RefUnwindSafe for delete_mcaptcha[src]

impl Send for delete_mcaptcha[src]

impl Sync for delete_mcaptcha[src]

impl Unpin for delete_mcaptcha[src]

impl UnwindSafe for delete_mcaptcha[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

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

pub struct delete_mcaptcha;

Trait Implementations

impl HttpServiceFactory for delete_mcaptcha[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Conv for T