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