From 0feedaaaf9acd738a56cf85e6627694cec0117b6 Mon Sep 17 00:00:00 2001 From: yaleman Date: Sun, 30 Oct 2022 23:56:25 +0000 Subject: [PATCH] deploy: fb1a67681aadb7ccf3404ef06793de0fdd9a9736 --- docs/pykanidm/sitemap.xml.gz | Bin 198 -> 198 bytes docs/stable/rustdoc/settings.html | 2 +- docs/v1.0.0-rc10/rustdoc/settings.html | 2 +- docs/v1.0.0rc1/rustdoc/settings.html | 2 +- docs/v1.0.0rc10/rustdoc/settings.html | 2 +- docs/v1.0.0rc11/rustdoc/settings.html | 2 +- docs/v1.0.0rc3/rustdoc/settings.html | 2 +- .../rustdoc/kanidm_client/enum.ClientError.html | 6 +++--- .../kanidm_client/struct.KanidmClient.html | 4 ++-- docs/v1.0.0rc8/rustdoc/settings.html | 2 +- docs/v1.1.0-alpha.4/rustdoc/settings.html | 2 +- docs/v1.1.0-alpha.6/rustdoc/settings.html | 2 +- docs/v1.1.0-alpha.7/rustdoc/settings.html | 2 +- docs/v1.1.0-alpha.9/rustdoc/settings.html | 2 +- docs/v1.1.0-alpha/rustdoc/settings.html | 2 +- 15 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/pykanidm/sitemap.xml.gz b/docs/pykanidm/sitemap.xml.gz index 6b4fe4433c369f8b66ce02e9b3653cdfed67d223..7c93a839f5c08d69ae3bc30ae2339213bca622a0 100644 GIT binary patch delta 15 WcmX@cc#M%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.0-rc10/rustdoc/settings.html b/docs/v1.0.0-rc10/rustdoc/settings.html index 0483a87e2..999d06e56 100644 --- a/docs/v1.0.0-rc10/rustdoc/settings.html +++ b/docs/v1.0.0-rc10/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.0rc1/rustdoc/settings.html b/docs/v1.0.0rc1/rustdoc/settings.html index 999d06e56..0483a87e2 100644 --- a/docs/v1.0.0rc1/rustdoc/settings.html +++ b/docs/v1.0.0rc1/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 0483a87e2..999d06e56 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 0483a87e2..999d06e56 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.0rc3/rustdoc/settings.html b/docs/v1.0.0rc3/rustdoc/settings.html index 0483a87e2..999d06e56 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/kanidm_client/enum.ClientError.html b/docs/v1.0.0rc7/rustdoc/kanidm_client/enum.ClientError.html index 0af08cd07..1ae3765df 100644 --- a/docs/v1.0.0rc7/rustdoc/kanidm_client/enum.ClientError.html +++ b/docs/v1.0.0rc7/rustdoc/kanidm_client/enum.ClientError.html @@ -1,15 +1,15 @@ ClientError in kanidm_client - Rust
pub enum ClientError {
     Unauthorized,
-    Http(StatusCodeOption<OperationError>, String),
+    Http(StatusCodeOption<OperationError>, String),
     Transport(Error),
     AuthenticationFailed,
     EmptyResponse,
-    TotpVerifyFailed(Uuid, TotpSecret),
+    TotpVerifyFailed(UuidTotpSecret),
     TotpInvalidSha1(Uuid),
     JsonDecode(ErrorString),
     JsonEncode(SerdeJsonError),
     SystemError,
-}

Variants

Unauthorized

Http(StatusCodeOption<OperationError>, String)

Transport(Error)

AuthenticationFailed

EmptyResponse

TotpVerifyFailed(Uuid, TotpSecret)

TotpInvalidSha1(Uuid)

JsonDecode(ErrorString)

JsonEncode(SerdeJsonError)

SystemError

Trait Implementations

Formats the value using the given formatter. Read more

+}

Variants

Unauthorized

Http(StatusCodeOption<OperationError>, String)

Transport(Error)

AuthenticationFailed

EmptyResponse

TotpVerifyFailed(UuidTotpSecret)

TotpInvalidSha1(Uuid)

JsonDecode(ErrorString)

JsonEncode(SerdeJsonError)

SystemError

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

diff --git a/docs/v1.0.0rc7/rustdoc/kanidm_client/struct.KanidmClient.html b/docs/v1.0.0rc7/rustdoc/kanidm_client/struct.KanidmClient.html index f1bb5be01..18e4e8827 100644 --- a/docs/v1.0.0rc7/rustdoc/kanidm_client/struct.KanidmClient.html +++ b/docs/v1.0.0rc7/rustdoc/kanidm_client/struct.KanidmClient.html @@ -1,5 +1,5 @@ -KanidmClient in kanidm_client - Rust
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_person_account_post_ssh_pubkey(
    &self,
    id: &str,
    tag: &str,
    pubkey: &str
) -> Result<(), ClientError>

source

pub async fn idm_service_account_post_ssh_pubkey(
    &self,
    id: &str,
    tag: &str,
    pubkey: &str
) -> Result<(), ClientError>

Sets the domain display name using a PUT request

-

Trait Implementations

Formats the value using the given formatter. Read more

+KanidmClient in kanidm_client - Rust
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_person_account_post_ssh_pubkey(
    &self,
    id: &str,
    tag: &str,
    pubkey: &str
) -> Result<(), ClientError>

source

pub async fn idm_service_account_post_ssh_pubkey(
    &self,
    id: &str,
    tag: &str,
    pubkey: &str
) -> Result<(), ClientError>

Sets the domain display name using a PUT request

+

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

diff --git a/docs/v1.0.0rc8/rustdoc/settings.html b/docs/v1.0.0rc8/rustdoc/settings.html index 999d06e56..0483a87e2 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.4/rustdoc/settings.html b/docs/v1.1.0-alpha.4/rustdoc/settings.html index 0483a87e2..999d06e56 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 999d06e56..0483a87e2 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 999d06e56..0483a87e2 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.9/rustdoc/settings.html b/docs/v1.1.0-alpha.9/rustdoc/settings.html index 999d06e56..0483a87e2 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 diff --git a/docs/v1.1.0-alpha/rustdoc/settings.html b/docs/v1.1.0-alpha/rustdoc/settings.html index 999d06e56..0483a87e2 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