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

impl !RefUnwindSafe for Data[src]

impl Send for Data[src]

impl Sync for Data[src]

impl Unpin for Data[src]

impl !UnwindSafe for Data[src]

Blanket Implementations

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