diff --git a/docs/master/rustdoc/kanidm_unix_common/cache/struct.CacheLayer.html b/docs/master/rustdoc/kanidm_unix_common/cache/struct.CacheLayer.html index f59503dfb..860bafdb9 100644 --- a/docs/master/rustdoc/kanidm_unix_common/cache/struct.CacheLayer.html +++ b/docs/master/rustdoc/kanidm_unix_common/cache/struct.CacheLayer.html @@ -1,4 +1,4 @@ -CacheLayer in kanidm_unix_common::cache - Rust
pub struct CacheLayer { /* private fields */ }

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

+CacheLayer in kanidm_unix_common::cache - Rust
pub struct CacheLayer { /* private fields */ }

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

diff --git a/docs/master/rustdoc/kanidmd_core/actors/v1_read/struct.QueryServerReadV1.html b/docs/master/rustdoc/kanidmd_core/actors/v1_read/struct.QueryServerReadV1.html index de7fc314b..90746d9c6 100644 --- a/docs/master/rustdoc/kanidmd_core/actors/v1_read/struct.QueryServerReadV1.html +++ b/docs/master/rustdoc/kanidmd_core/actors/v1_read/struct.QueryServerReadV1.html @@ -1,4 +1,4 @@ -QueryServerReadV1 in kanidmd_core::actors::v1_read - Rust
pub struct QueryServerReadV1 { /* private fields */ }

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

+QueryServerReadV1 in kanidmd_core::actors::v1_read - Rust
pub struct QueryServerReadV1 { /* private fields */ }

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

diff --git a/docs/master/rustdoc/kanidmd_core/actors/v1_write/struct.QueryServerWriteV1.html b/docs/master/rustdoc/kanidmd_core/actors/v1_write/struct.QueryServerWriteV1.html index 499bb4383..72c207c1f 100644 --- a/docs/master/rustdoc/kanidmd_core/actors/v1_write/struct.QueryServerWriteV1.html +++ b/docs/master/rustdoc/kanidmd_core/actors/v1_write/struct.QueryServerWriteV1.html @@ -1,4 +1,4 @@ -QueryServerWriteV1 in kanidmd_core::actors::v1_write - Rust
pub struct QueryServerWriteV1 { /* private fields */ }

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

+QueryServerWriteV1 in kanidmd_core::actors::v1_write - Rust
pub struct QueryServerWriteV1 { /* private fields */ }

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

diff --git a/docs/master/rustdoc/kanidmd_core/https/fn.create_https_server.html b/docs/master/rustdoc/kanidmd_core/https/fn.create_https_server.html index 66026fe0f..c96e74c2d 100644 --- a/docs/master/rustdoc/kanidmd_core/https/fn.create_https_server.html +++ b/docs/master/rustdoc/kanidmd_core/https/fn.create_https_server.html @@ -1 +1 @@ -create_https_server in kanidmd_core::https - Rust
pub fn create_https_server(
    address: String,
    opt_tls_params: Option<&TlsConfiguration>,
    role: ServerRole,
    trust_x_forward_for: bool,
    cookie_key: &[u8; 32],
    jws_signer: JwsSigner,
    status_ref: &'static StatusActor,
    qe_w_ref: &'static QueryServerWriteV1,
    qe_r_ref: &'static QueryServerReadV1,
    rx: Receiver<CoreAction>
) -> Result<JoinHandle<()>, ()>
\ No newline at end of file +create_https_server in kanidmd_core::https - Rust
pub fn create_https_server(
    address: String,
    opt_tls_params: Option<&TlsConfiguration>,
    role: ServerRole,
    trust_x_forward_for: bool,
    cookie_key: &[u8; 32],
    jws_signer: JwsSigner,
    status_ref: &'static StatusActor,
    qe_w_ref: &'static QueryServerWriteV1,
    qe_r_ref: &'static QueryServerReadV1,
    rx: Receiver<CoreAction>
) -> Result<JoinHandle<()>, ()>
\ No newline at end of file diff --git a/docs/master/rustdoc/kanidmd_core/https/struct.AppState.html b/docs/master/rustdoc/kanidmd_core/https/struct.AppState.html index c68d4a739..c30a4795f 100644 --- a/docs/master/rustdoc/kanidmd_core/https/struct.AppState.html +++ b/docs/master/rustdoc/kanidmd_core/https/struct.AppState.html @@ -1,11 +1,11 @@ AppState in kanidmd_core::https - Rust
pub struct AppState {
-    pub status_ref: &'static StatusActor,
+    pub status_ref: &'static StatusActor,
     pub qe_w_ref: &'static QueryServerWriteV1,
     pub qe_r_ref: &'static QueryServerReadV1,
     pub jws_signer: Arc<JwsSigner>,
     pub jws_validator: Arc<JwsValidator>,
     pub js_files: Vec<JavaScriptFile>,
-}

Fields

status_ref: &'static StatusActorqe_w_ref: &'static QueryServerWriteV1qe_r_ref: &'static QueryServerReadV1jws_signer: Arc<JwsSigner>jws_validator: Arc<JwsValidator>js_files: Vec<JavaScriptFile>

The SHA384 hashes of javascript files we’re going to serve to users

+}

Fields

status_ref: &'static StatusActorqe_w_ref: &'static QueryServerWriteV1qe_r_ref: &'static QueryServerReadV1jws_signer: Arc<JwsSigner>jws_validator: Arc<JwsValidator>js_files: Vec<JavaScriptFile>

The SHA384 hashes of javascript files we’re going to serve to users

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an diff --git a/docs/master/rustdoc/kanidmd_testkit/fn.setup_async_test.html b/docs/master/rustdoc/kanidmd_testkit/fn.setup_async_test.html index 7a4abc2b7..56c6d5cb9 100644 --- a/docs/master/rustdoc/kanidmd_testkit/fn.setup_async_test.html +++ b/docs/master/rustdoc/kanidmd_testkit/fn.setup_async_test.html @@ -1 +1 @@ -setup_async_test in kanidmd_testkit - Rust
pub async fn setup_async_test() -> (KanidmClient, CoreHandle)
\ No newline at end of file +setup_async_test in kanidmd_testkit - Rust
pub async fn setup_async_test() -> (KanidmClient, CoreHandle)
\ No newline at end of file diff --git a/docs/master/rustdoc/settings.html b/docs/master/rustdoc/settings.html index 52775f206..878eaf8f6 100644 --- a/docs/master/rustdoc/settings.html +++ b/docs/master/rustdoc/settings.html @@ -1 +1 @@ -Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file +Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file diff --git a/docs/pykanidm/sitemap.xml.gz b/docs/pykanidm/sitemap.xml.gz index 1e8d4e362..63c5cd5d2 100644 Binary files a/docs/pykanidm/sitemap.xml.gz and b/docs/pykanidm/sitemap.xml.gz differ diff --git a/docs/v1.0.0rc11/rustdoc/settings.html b/docs/v1.0.0rc11/rustdoc/settings.html index 878eaf8f6..96f8571fa 100644 --- a/docs/v1.0.0rc11/rustdoc/settings.html +++ b/docs/v1.0.0rc11/rustdoc/settings.html @@ -1 +1 @@ -Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file +Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file diff --git a/docs/v1.0.0rc2/rustdoc/settings.html b/docs/v1.0.0rc2/rustdoc/settings.html index 878eaf8f6..96f8571fa 100644 --- a/docs/v1.0.0rc2/rustdoc/settings.html +++ b/docs/v1.0.0rc2/rustdoc/settings.html @@ -1 +1 @@ -Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file +Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file diff --git a/docs/v1.0.0rc3/rustdoc/settings.html b/docs/v1.0.0rc3/rustdoc/settings.html index 878eaf8f6..96f8571fa 100644 --- a/docs/v1.0.0rc3/rustdoc/settings.html +++ b/docs/v1.0.0rc3/rustdoc/settings.html @@ -1 +1 @@ -Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file +Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file diff --git a/docs/v1.0.0rc7/rustdoc/settings.html b/docs/v1.0.0rc7/rustdoc/settings.html index 878eaf8f6..96f8571fa 100644 --- a/docs/v1.0.0rc7/rustdoc/settings.html +++ b/docs/v1.0.0rc7/rustdoc/settings.html @@ -1 +1 @@ -Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file +Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file diff --git a/docs/v1.0.0rc8/rustdoc/settings.html b/docs/v1.0.0rc8/rustdoc/settings.html index 878eaf8f6..96f8571fa 100644 --- a/docs/v1.0.0rc8/rustdoc/settings.html +++ b/docs/v1.0.0rc8/rustdoc/settings.html @@ -1 +1 @@ -Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file +Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file diff --git a/docs/v1.0.0rc9/rustdoc/settings.html b/docs/v1.0.0rc9/rustdoc/settings.html index 96f8571fa..878eaf8f6 100644 --- a/docs/v1.0.0rc9/rustdoc/settings.html +++ b/docs/v1.0.0rc9/rustdoc/settings.html @@ -1 +1 @@ -Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file +Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file diff --git a/docs/v1.1.0-alpha.3/rustdoc/settings.html b/docs/v1.1.0-alpha.3/rustdoc/settings.html index 878eaf8f6..96f8571fa 100644 --- a/docs/v1.1.0-alpha.3/rustdoc/settings.html +++ b/docs/v1.1.0-alpha.3/rustdoc/settings.html @@ -1 +1 @@ -Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file +Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file diff --git a/docs/v1.1.0-alpha.4/rustdoc/settings.html b/docs/v1.1.0-alpha.4/rustdoc/settings.html index 878eaf8f6..96f8571fa 100644 --- a/docs/v1.1.0-alpha.4/rustdoc/settings.html +++ b/docs/v1.1.0-alpha.4/rustdoc/settings.html @@ -1 +1 @@ -Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file +Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file diff --git a/docs/v1.1.0-alpha.6/rustdoc/settings.html b/docs/v1.1.0-alpha.6/rustdoc/settings.html index 878eaf8f6..96f8571fa 100644 --- a/docs/v1.1.0-alpha.6/rustdoc/settings.html +++ b/docs/v1.1.0-alpha.6/rustdoc/settings.html @@ -1 +1 @@ -Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file +Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file diff --git a/docs/v1.1.0-alpha.7/rustdoc/settings.html b/docs/v1.1.0-alpha.7/rustdoc/settings.html index 878eaf8f6..96f8571fa 100644 --- a/docs/v1.1.0-alpha.7/rustdoc/settings.html +++ b/docs/v1.1.0-alpha.7/rustdoc/settings.html @@ -1 +1 @@ -Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file +Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file diff --git a/docs/v1.1.0-alpha.8/rustdoc/settings.html b/docs/v1.1.0-alpha.8/rustdoc/settings.html index 878eaf8f6..96f8571fa 100644 --- a/docs/v1.1.0-alpha.8/rustdoc/settings.html +++ b/docs/v1.1.0-alpha.8/rustdoc/settings.html @@ -1 +1 @@ -Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file +Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file diff --git a/docs/v1.1.0-alpha/rustdoc/settings.html b/docs/v1.1.0-alpha/rustdoc/settings.html index 878eaf8f6..96f8571fa 100644 --- a/docs/v1.1.0-alpha/rustdoc/settings.html +++ b/docs/v1.1.0-alpha/rustdoc/settings.html @@ -1 +1 @@ -Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file +Rustdoc settings

Rustdoc settings

Back
\ No newline at end of file