diff --git a/implementors/mcaptcha/pages/errors/trait.Errorable.js b/implementors/mcaptcha/pages/errors/trait.Errorable.js deleted file mode 100644 index 34da09c2..00000000 --- a/implementors/mcaptcha/pages/errors/trait.Errorable.js +++ /dev/null @@ -1,3 +0,0 @@ -(function() {var implementors = {}; -implementors["mcaptcha"] = []; -if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})() \ No newline at end of file diff --git a/mcaptcha/api/v1/auth/fn.services.html b/mcaptcha/api/v1/auth/fn.services.html index d5967838..68cfcf31 100644 --- a/mcaptcha/api/v1/auth/fn.services.html +++ b/mcaptcha/api/v1/auth/fn.services.html @@ -1,5 +1,5 @@ mcaptcha::api::v1::auth::services - Rust

Function mcaptcha::api::v1::auth::services[][src]

pub fn services(cfg: &mut ServiceConfig)
+ Change settings

Function mcaptcha::api::v1::auth::services[][src]

pub fn services(cfg: &mut ServiceConfig)
\ No newline at end of file diff --git a/mcaptcha/api/v1/auth/index.html b/mcaptcha/api/v1/auth/index.html index a3047fcf..2d1c1428 100644 --- a/mcaptcha/api/v1/auth/index.html +++ b/mcaptcha/api/v1/auth/index.html @@ -1,7 +1,7 @@ mcaptcha::api::v1::auth - Rust

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

Modules

+ Change settings

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

Modules

routes
runners

Structs

login
register
signout

Functions

services
diff --git a/mcaptcha/api/v1/auth/routes/index.html b/mcaptcha/api/v1/auth/routes/index.html index b7a7e10f..bf948051 100644 --- a/mcaptcha/api/v1/auth/routes/index.html +++ b/mcaptcha/api/v1/auth/routes/index.html @@ -1,6 +1,6 @@ mcaptcha::api::v1::auth::routes - Rust

Module mcaptcha::api::v1::auth::routes[][src]

Structs

+ Change settings

Module mcaptcha::api::v1::auth::routes[][src]

Structs

Auth
\ No newline at end of file diff --git a/mcaptcha/api/v1/auth/routes/struct.Auth.html b/mcaptcha/api/v1/auth/routes/struct.Auth.html index 329766ad..d67c6155 100644 --- a/mcaptcha/api/v1/auth/routes/struct.Auth.html +++ b/mcaptcha/api/v1/auth/routes/struct.Auth.html @@ -1,12 +1,12 @@ mcaptcha::api::v1::auth::routes::Auth - Rust

Struct mcaptcha::api::v1::auth::routes::Auth[][src]

pub struct Auth {
+                Change settings

Struct mcaptcha::api::v1::auth::routes::Auth[][src]

pub struct Auth {
     pub logout: &'static str,
     pub login: &'static str,
     pub register: &'static str,
 }

- Fields

logout: &'static strlogin: &'static strregister: &'static str

Implementations

impl Auth[src]

pub const fn new() -> Auth[src]

Auto Trait Implementations

Blanket Implementations

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