diff --git a/mcaptcha/api/v1/mcaptcha/captcha/index.html b/mcaptcha/api/v1/mcaptcha/captcha/index.html index 9804350197f58db4c4aa8493f6577ade9a09c458..a1d24d042a74153e5da3f1843b0e97ec1e079dee 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 de00b1c5cbd7ef76cb6655eefa86cfb1665f83e4..435e584e26f123a1bbd9e0bc6d528cebc01c66b0 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 300371aa47e71df219a147595d8f1c404a065a78..aac0037c39a85c64e36dba142736c62b252d75af 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 c043dee967cccfa8d1e7f1ca09c88e8a757dc739..05066c5b41f5b2c203f17acc7fa41189c6cba3fc 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