From a2fd9818052abc0d029719c00631ff0a57fe3d35 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Mon, 28 Jun 2021 17:37:12 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20c581d?= =?UTF-8?q?8d0a3d98ef4b5d352ff7733b655fc97001b=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mcaptcha/fn.get_identity_service.html | 2 +- mcaptcha/fn.get_json_err.html | 2 +- mcaptcha/index.html | 2 +- mcaptcha/pages/auth/login/index.html | 2 +- mcaptcha/pages/auth/login/struct.INDEX.html | 8 ++++---- mcaptcha/pages/auth/login/struct.IndexPage.html | 2 +- mcaptcha/pages/auth/login/struct.login.html | 2 +- search-index.js | 2 +- src/mcaptcha/main.rs.html | 6 ++++++ src/mcaptcha/pages/auth/login.rs.html | 4 +++- 10 files changed, 20 insertions(+), 12 deletions(-) diff --git a/mcaptcha/fn.get_identity_service.html b/mcaptcha/fn.get_identity_service.html index 2ddba3e0..e00f2aec 100644 --- a/mcaptcha/fn.get_identity_service.html +++ b/mcaptcha/fn.get_identity_service.html @@ -1,5 +1,5 @@ mcaptcha::get_identity_service - Rust

Function mcaptcha::get_identity_service[][src]

pub fn get_identity_service() -> IdentityService<CookieIdentityPolicy>
+ Change settings

Function mcaptcha::get_identity_service[][src]

pub fn get_identity_service() -> IdentityService<CookieIdentityPolicy>
\ No newline at end of file diff --git a/mcaptcha/fn.get_json_err.html b/mcaptcha/fn.get_json_err.html index 4cf3cbeb..403cba66 100644 --- a/mcaptcha/fn.get_json_err.html +++ b/mcaptcha/fn.get_json_err.html @@ -1,5 +1,5 @@ mcaptcha::get_json_err - Rust

Function mcaptcha::get_json_err[][src]

pub fn get_json_err() -> JsonConfig
+ Change settings

Function mcaptcha::get_json_err[][src]

pub fn get_json_err() -> JsonConfig
\ No newline at end of file diff --git a/mcaptcha/index.html b/mcaptcha/index.html index 626c446e..b3a6394c 100644 --- a/mcaptcha/index.html +++ b/mcaptcha/index.html @@ -1,7 +1,7 @@ mcaptcha - Rust

Crate mcaptcha[][src]

Modules

+ Change settings

Crate mcaptcha[][src]

Modules

api
data
docs
errors
middleware
pages
routes
settings
static_assets
stats
widget

Macros

define_resource

Defines resoures for Methods

Structs

diff --git a/mcaptcha/pages/auth/login/index.html b/mcaptcha/pages/auth/login/index.html index 44b17d4d..c589c118 100644 --- a/mcaptcha/pages/auth/login/index.html +++ b/mcaptcha/pages/auth/login/index.html @@ -1,7 +1,7 @@ mcaptcha::pages::auth::login - Rust

Module mcaptcha::pages::auth::login[][src]

Structs

+ Change settings

Module mcaptcha::pages::auth::login[][src]

Structs

INDEX
IndexPage
login

Constants

PAGE
\ No newline at end of file diff --git a/mcaptcha/pages/auth/login/struct.INDEX.html b/mcaptcha/pages/auth/login/struct.INDEX.html index e614e87d..995e8321 100644 --- a/mcaptcha/pages/auth/login/struct.INDEX.html +++ b/mcaptcha/pages/auth/login/struct.INDEX.html @@ -1,7 +1,7 @@ mcaptcha::pages::auth::login::INDEX - Rust

Struct mcaptcha::pages::auth::login::INDEX[][src]

struct INDEX {
+                Change settings

Struct mcaptcha::pages::auth::login::INDEX[][src]

struct INDEX {
     __private_field: (),
 }

Fields

__private_field: ()

Methods from Deref<Target = String>

pub fn as_str(&self) -> &str1.7.0[src]

Extracts a string slice containing the entire String.

@@ -1442,9 +1442,9 @@ but non-ASCII letters are unchanged.

let s = "Grüße, Jürgen ❤"; assert_eq!("grüße, jürgen ❤", s.to_ascii_lowercase());
-

Trait Implementations

impl Deref for INDEX[src]

type Target = String

The resulting type after dereferencing.

-

impl LazyStatic for INDEX[src]

Auto Trait Implementations

Blanket Implementations

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

Trait Implementations

impl Deref for INDEX[src]

type Target = String

The resulting type after dereferencing.

+

impl LazyStatic for INDEX[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