From bb044b8293951d8b42f8b3b8c56c742337dd5f84 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 29 Jun 2021 14:32:32 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2011cba?= =?UTF-8?q?8f32efdcee19f6bf67d4c0bc08e79052a3c=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mcaptcha/pages/errors/trait.Errorable.js | 3 - mcaptcha/api/v1/auth/fn.services.html | 2 +- mcaptcha/api/v1/auth/index.html | 2 +- mcaptcha/api/v1/auth/routes/index.html | 2 +- mcaptcha/api/v1/auth/routes/struct.Auth.html | 4 +- .../api/v1/auth/runners/fn.login_runner.html | 2 +- .../v1/auth/runners/fn.register_runner.html | 2 +- mcaptcha/api/v1/auth/runners/index.html | 2 +- .../api/v1/auth/runners/struct.Login.html | 14 +-- .../api/v1/auth/runners/struct.Password.html | 10 +- .../api/v1/auth/runners/struct.Register.html | 10 +- mcaptcha/api/v1/auth/struct.login.html | 2 +- mcaptcha/api/v1/auth/struct.register.html | 2 +- mcaptcha/api/v1/auth/struct.signout.html | 2 +- mcaptcha/errors/enum.PageError.html | 22 ++-- mcaptcha/errors/enum.ServiceError.html | 23 ++-- mcaptcha/errors/index.html | 2 +- mcaptcha/errors/struct.ErrorToResponse.html | 6 +- mcaptcha/errors/type.PageResult.html | 2 +- mcaptcha/errors/type.ServiceResult.html | 2 +- mcaptcha/macro.ImplErrorable!.html | 10 -- mcaptcha/macro.ImplErrorable.html | 9 -- .../pages/auth/login/struct.login_post.html | 112 ------------------ mcaptcha/pages/errors/trait.Errorable.html | 7 -- search-index.js | 2 +- src/mcaptcha/api/v1/auth.rs.html | 110 +++++++++++++---- src/mcaptcha/errors.rs.html | 6 + 27 files changed, 153 insertions(+), 219 deletions(-) delete mode 100644 implementors/mcaptcha/pages/errors/trait.Errorable.js delete mode 100644 mcaptcha/macro.ImplErrorable!.html delete mode 100644 mcaptcha/macro.ImplErrorable.html delete mode 100644 mcaptcha/pages/auth/login/struct.login_post.html delete mode 100644 mcaptcha/pages/errors/trait.Errorable.html 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]