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 e6b1e761a..ca2a8af7d 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 f62e6c277..de0137b91 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 bb2d5082f..6d38686f1 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
) -> Result<(), ()>
\ 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
) -> Result<(), ()>
\ 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 82cb8d271..f326ace51 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 77387b6c2..a5b2db46c 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
\ No newline at end of file +setup_async_test in kanidmd_testkit - Rust
pub async fn setup_async_test() -> KanidmClient
\ No newline at end of file diff --git a/docs/master/rustdoc/settings.html b/docs/master/rustdoc/settings.html index 93543647a..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 b64772413..5ae94024f 100644 Binary files a/docs/pykanidm/sitemap.xml.gz and b/docs/pykanidm/sitemap.xml.gz differ diff --git a/docs/stable/rustdoc/settings.html b/docs/stable/rustdoc/settings.html index 96f8571fa..878eaf8f6 100644 --- a/docs/stable/rustdoc/settings.html +++ b/docs/stable/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.0rc10/rustdoc/settings.html b/docs/v1.0.0rc10/rustdoc/settings.html index 96f8571fa..878eaf8f6 100644 --- a/docs/v1.0.0rc10/rustdoc/settings.html +++ b/docs/v1.0.0rc10/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.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.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.1.0-alpha.10/rustdoc/settings.html b/docs/v1.1.0-alpha.10/rustdoc/settings.html index 96f8571fa..878eaf8f6 100644 --- a/docs/v1.1.0-alpha.10/rustdoc/settings.html +++ b/docs/v1.1.0-alpha.10/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.2/rustdoc/settings.html b/docs/v1.1.0-alpha.2/rustdoc/settings.html index 878eaf8f6..96f8571fa 100644 --- a/docs/v1.1.0-alpha.2/rustdoc/settings.html +++ b/docs/v1.1.0-alpha.2/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 96f8571fa..878eaf8f6 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.5/rustdoc/settings.html b/docs/v1.1.0-alpha.5/rustdoc/settings.html index 878eaf8f6..96f8571fa 100644 --- a/docs/v1.1.0-alpha.5/rustdoc/settings.html +++ b/docs/v1.1.0-alpha.5/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 96f8571fa..878eaf8f6 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 96f8571fa..878eaf8f6 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.9/rustdoc/settings.html b/docs/v1.1.0-alpha.9/rustdoc/settings.html index 96f8571fa..878eaf8f6 100644 --- a/docs/v1.1.0-alpha.9/rustdoc/settings.html +++ b/docs/v1.1.0-alpha.9/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