From 07aabe12ee73eb1643f12a0d3dcf49114b736be4 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 20 Jul 2021 07:43:59 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2000768?= =?UTF-8?q?cce34b2d674886388a05c1e66e8d1ee0587=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mcaptcha/api/v1/mcaptcha/captcha/index.html | 2 +- mcaptcha/constant.GIT_COMMIT_HASH.html | 2 +- mcaptcha/data/enum.SystemGroup.html | 7 ++++--- mcaptcha/data/index.html | 2 +- mcaptcha/data/struct.Data.html | 6 +++--- mcaptcha/data/type.Mailer.html | 2 +- mcaptcha/struct.Data.html | 6 +++--- search-index.js | 4 ++-- src/mcaptcha/api/v1/mcaptcha/captcha.rs.html | 16 +++++++++++++++- src/mcaptcha/data.rs.html | 20 +++++++++++++++++++- src/tests_migrate/data.rs.html | 20 +++++++++++++++++++- tests_migrate/data/enum.SystemGroup.html | 7 ++++--- tests_migrate/data/index.html | 2 +- tests_migrate/data/struct.Data.html | 6 +++--- tests_migrate/data/type.Mailer.html | 2 +- tests_migrate/struct.Data.html | 6 +++--- 16 files changed, 81 insertions(+), 29 deletions(-) diff --git a/mcaptcha/api/v1/mcaptcha/captcha/index.html b/mcaptcha/api/v1/mcaptcha/captcha/index.html index 98043501..a1d24d04 100644 --- a/mcaptcha/api/v1/mcaptcha/captcha/index.html +++ b/mcaptcha/api/v1/mcaptcha/captcha/index.html @@ -1,7 +1,7 @@ mcaptcha::api::v1::mcaptcha::captcha - Rust

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

Modules

+ Change settings

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

Modules

routes

Structs

DeleteCaptcha
MCaptchaDetails
MCaptchaID
delete_mcaptcha
update_token

Functions

add_mcaptcha_util
services
update_token_helper
diff --git a/mcaptcha/constant.GIT_COMMIT_HASH.html b/mcaptcha/constant.GIT_COMMIT_HASH.html index de00b1c5..435e584e 100644 --- a/mcaptcha/constant.GIT_COMMIT_HASH.html +++ b/mcaptcha/constant.GIT_COMMIT_HASH.html @@ -1,5 +1,5 @@ GIT_COMMIT_HASH in mcaptcha - Rust

Constant mcaptcha::GIT_COMMIT_HASH[][src]

pub const GIT_COMMIT_HASH: &str = "f7c9217667f61630135d10669f8e5323815aff0f";
+ Change settings

Constant mcaptcha::GIT_COMMIT_HASH[][src]

pub const GIT_COMMIT_HASH: &str = "00768cce34b2d674886388a05c1e66e8d1ee0587";
\ No newline at end of file diff --git a/mcaptcha/data/enum.SystemGroup.html b/mcaptcha/data/enum.SystemGroup.html index 300371aa..aac0037c 100644 --- a/mcaptcha/data/enum.SystemGroup.html +++ b/mcaptcha/data/enum.SystemGroup.html @@ -1,6 +1,6 @@ SystemGroup in mcaptcha::data - Rust -

Module mcaptcha::data[][src]

App data: redis cache, database connections, etc.

Structs

Data

App data

Enums

diff --git a/mcaptcha/data/struct.Data.html b/mcaptcha/data/struct.Data.html index c043dee9..05066c5b 100644 --- a/mcaptcha/data/struct.Data.html +++ b/mcaptcha/data/struct.Data.html @@ -1,7 +1,7 @@ Data in mcaptcha::data - Rust

Struct mcaptcha::data::Data[][src]

pub struct Data {
+                Change settings

Struct mcaptcha::data::Data[][src]

pub struct Data {
     pub db: PgPool,
     pub creds: Config,
     pub captcha: SystemGroup,
@@ -12,8 +12,8 @@
 
creds: Config

credential management configuration

captcha: SystemGroup

mCaptcha system: Redis cache, etc.

mailer: Option<AsyncSmtpTransport<Tokio1Executor>>

email client

-

Implementations

impl Data[src]

pub fn get_creds() -> Config[src]

pub async fn new() -> Arc<Self>[src]

create new instance of app data

-

fn get_mailer() -> Option<AsyncSmtpTransport<Tokio1Executor>>[src]

Auto Trait Implementations

impl !RefUnwindSafe for Data

impl Send for Data

impl Sync for Data

impl Unpin for Data

impl !UnwindSafe for Data

Blanket Implementations

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

Implementations

impl Data[src]

pub fn get_creds() -> Config[src]

pub async fn new() -> Arc<Self>[src]

create new instance of app data

+

fn get_mailer() -> Option<AsyncSmtpTransport<Tokio1Executor>>[src]

Auto Trait Implementations

impl !RefUnwindSafe for Data

impl Send for Data

impl Sync for Data

impl Unpin for Data

impl !UnwindSafe for Data

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