From 608394274c0e67bce3b4658317d94e154fe87921 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sun, 13 Jun 2021 08:14:48 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=205e6e0?= =?UTF-8?q?4514e8d9453caa6d35d9288054c253d792d=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mcaptcha/data/index.html | 2 +- mcaptcha/data/struct.Data.html | 2 +- mcaptcha/struct.Data.html | 2 +- search-index.js | 4 ++-- src/mcaptcha/data.rs.html | 8 ++++++++ src/tests_migrate/data.rs.html | 8 ++++++++ tests_migrate/data/index.html | 2 +- tests_migrate/data/struct.Data.html | 2 +- tests_migrate/struct.Data.html | 2 +- 9 files changed, 24 insertions(+), 8 deletions(-) diff --git a/mcaptcha/data/index.html b/mcaptcha/data/index.html index fc81b65d..2ce31330 100644 --- a/mcaptcha/data/index.html +++ b/mcaptcha/data/index.html @@ -1,7 +1,7 @@ mcaptcha::data - Rust

Module mcaptcha::data[][src]

Structs

+ Change settings

Module mcaptcha::data[][src]

Structs

Data

Enums

SystemGroup
\ No newline at end of file diff --git a/mcaptcha/data/struct.Data.html b/mcaptcha/data/struct.Data.html index 3bfeb688..2f0da133 100644 --- a/mcaptcha/data/struct.Data.html +++ b/mcaptcha/data/struct.Data.html @@ -6,7 +6,7 @@ pub creds: Config, pub captcha: SystemGroup, }

- Fields

db: PgPoolcreds: Configcaptcha: SystemGroup

Implementations

impl Data[src]

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

fn new_system<A: Save, B: MasterTrait>(m: Addr<B>, c: Addr<A>) -> System<A, B>[src]

Auto Trait Implementations

Blanket Implementations

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