From 1ebd2d406e09c367e540a03a4446ae62f0591448 Mon Sep 17 00:00:00 2001 From: yaleman Date: Sun, 24 Jul 2022 22:38:01 +0000 Subject: [PATCH] deploy: 2ae63d54670f657f5754c7491817347c3eb6ef70 --- docs/stable/rustdoc/kanidm_client/enum.ClientError.html | 6 +++--- docs/stable/rustdoc/kanidm_client/struct.KanidmClient.html | 4 ++-- docs/v1.0.0rc10/rustdoc/kanidm_client/enum.ClientError.html | 6 +++--- .../rustdoc/kanidm_client/struct.KanidmClient.html | 4 ++-- docs/v1.0.0rc2/rustdoc/kanidm_client/enum.ClientError.html | 6 +++--- .../rustdoc/kanidm_client/struct.KanidmClient.html | 4 ++-- docs/v1.0.0rc3/rustdoc/kanidm_client/enum.ClientError.html | 6 +++--- .../rustdoc/kanidm_client/struct.KanidmClient.html | 4 ++-- docs/v1.0.0rc7/rustdoc/kanidm_client/enum.ClientError.html | 6 +++--- .../rustdoc/kanidm_client/struct.KanidmClient.html | 4 ++-- docs/v1.0.0rc9/rustdoc/kanidm_client/enum.ClientError.html | 6 +++--- .../rustdoc/kanidm_client/struct.KanidmClient.html | 4 ++-- .../rustdoc/kanidm_client/enum.ClientError.html | 6 +++--- .../rustdoc/kanidm_client/struct.KanidmClient.html | 4 ++-- .../rustdoc/kanidm_client/enum.ClientError.html | 6 +++--- .../rustdoc/kanidm_client/struct.KanidmClient.html | 4 ++-- .../rustdoc/kanidm_client/enum.ClientError.html | 6 +++--- .../rustdoc/kanidm_client/struct.KanidmClient.html | 4 ++-- .../rustdoc/kanidm_client/enum.ClientError.html | 6 +++--- .../rustdoc/kanidm_client/struct.KanidmClient.html | 4 ++-- 20 files changed, 50 insertions(+), 50 deletions(-) diff --git a/docs/stable/rustdoc/kanidm_client/enum.ClientError.html b/docs/stable/rustdoc/kanidm_client/enum.ClientError.html index 853fd4b8e..cf89df55c 100644 --- a/docs/stable/rustdoc/kanidm_client/enum.ClientError.html +++ b/docs/stable/rustdoc/kanidm_client/enum.ClientError.html @@ -6,16 +6,16 @@

ClientError

pub enum ClientError {
     Unauthorized,
-    Http(StatusCodeOption<OperationError>, String),
+    Http(StatusCodeOption<OperationError>, String),
     Transport(Error),
     AuthenticationFailed,
     EmptyResponse,
-    TotpVerifyFailed(UuidTotpSecret),
+    TotpVerifyFailed(Uuid, TotpSecret),
     TotpInvalidSha1(Uuid),
     JsonDecode(ErrorString),
     JsonEncode(SerdeJsonError),
     SystemError,
-}

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

+}

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

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/stable/rustdoc/kanidm_client/struct.KanidmClient.html b/docs/stable/rustdoc/kanidm_client/struct.KanidmClient.html index da3d975ed..fb76cde5f 100644 --- a/docs/stable/rustdoc/kanidm_client/struct.KanidmClient.html +++ b/docs/stable/rustdoc/kanidm_client/struct.KanidmClient.html @@ -4,8 +4,8 @@
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_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

+

Struct kanidm_client::KanidmClient

source · []
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_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.0rc10/rustdoc/kanidm_client/enum.ClientError.html b/docs/v1.0.0rc10/rustdoc/kanidm_client/enum.ClientError.html index cf89df55c..853fd4b8e 100644 --- a/docs/v1.0.0rc10/rustdoc/kanidm_client/enum.ClientError.html +++ b/docs/v1.0.0rc10/rustdoc/kanidm_client/enum.ClientError.html @@ -6,16 +6,16 @@

ClientError

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.0rc10/rustdoc/kanidm_client/struct.KanidmClient.html b/docs/v1.0.0rc10/rustdoc/kanidm_client/struct.KanidmClient.html index fb76cde5f..da3d975ed 100644 --- a/docs/v1.0.0rc10/rustdoc/kanidm_client/struct.KanidmClient.html +++ b/docs/v1.0.0rc10/rustdoc/kanidm_client/struct.KanidmClient.html @@ -4,8 +4,8 @@
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_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

+

Struct kanidm_client::KanidmClient

source · []
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_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.0rc2/rustdoc/kanidm_client/enum.ClientError.html b/docs/v1.0.0rc2/rustdoc/kanidm_client/enum.ClientError.html index 853fd4b8e..cf89df55c 100644 --- a/docs/v1.0.0rc2/rustdoc/kanidm_client/enum.ClientError.html +++ b/docs/v1.0.0rc2/rustdoc/kanidm_client/enum.ClientError.html @@ -6,16 +6,16 @@

ClientError

pub enum ClientError {
     Unauthorized,
-    Http(StatusCodeOption<OperationError>, String),
+    Http(StatusCodeOption<OperationError>, String),
     Transport(Error),
     AuthenticationFailed,
     EmptyResponse,
-    TotpVerifyFailed(UuidTotpSecret),
+    TotpVerifyFailed(Uuid, TotpSecret),
     TotpInvalidSha1(Uuid),
     JsonDecode(ErrorString),
     JsonEncode(SerdeJsonError),
     SystemError,
-}

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

+}

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

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.0rc2/rustdoc/kanidm_client/struct.KanidmClient.html b/docs/v1.0.0rc2/rustdoc/kanidm_client/struct.KanidmClient.html index da3d975ed..fb76cde5f 100644 --- a/docs/v1.0.0rc2/rustdoc/kanidm_client/struct.KanidmClient.html +++ b/docs/v1.0.0rc2/rustdoc/kanidm_client/struct.KanidmClient.html @@ -4,8 +4,8 @@
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_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

+

Struct kanidm_client::KanidmClient

source · []
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_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.0rc3/rustdoc/kanidm_client/enum.ClientError.html b/docs/v1.0.0rc3/rustdoc/kanidm_client/enum.ClientError.html index cf89df55c..853fd4b8e 100644 --- a/docs/v1.0.0rc3/rustdoc/kanidm_client/enum.ClientError.html +++ b/docs/v1.0.0rc3/rustdoc/kanidm_client/enum.ClientError.html @@ -6,16 +6,16 @@

ClientError

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.0rc3/rustdoc/kanidm_client/struct.KanidmClient.html b/docs/v1.0.0rc3/rustdoc/kanidm_client/struct.KanidmClient.html index fb76cde5f..da3d975ed 100644 --- a/docs/v1.0.0rc3/rustdoc/kanidm_client/struct.KanidmClient.html +++ b/docs/v1.0.0rc3/rustdoc/kanidm_client/struct.KanidmClient.html @@ -4,8 +4,8 @@
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_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

+

Struct kanidm_client::KanidmClient

source · []
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_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.0rc7/rustdoc/kanidm_client/enum.ClientError.html b/docs/v1.0.0rc7/rustdoc/kanidm_client/enum.ClientError.html index cf89df55c..853fd4b8e 100644 --- a/docs/v1.0.0rc7/rustdoc/kanidm_client/enum.ClientError.html +++ b/docs/v1.0.0rc7/rustdoc/kanidm_client/enum.ClientError.html @@ -6,16 +6,16 @@

ClientError

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 fb76cde5f..da3d975ed 100644 --- a/docs/v1.0.0rc7/rustdoc/kanidm_client/struct.KanidmClient.html +++ b/docs/v1.0.0rc7/rustdoc/kanidm_client/struct.KanidmClient.html @@ -4,8 +4,8 @@
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_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

+

Struct kanidm_client::KanidmClient

source · []
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_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.0rc9/rustdoc/kanidm_client/enum.ClientError.html b/docs/v1.0.0rc9/rustdoc/kanidm_client/enum.ClientError.html index cf89df55c..853fd4b8e 100644 --- a/docs/v1.0.0rc9/rustdoc/kanidm_client/enum.ClientError.html +++ b/docs/v1.0.0rc9/rustdoc/kanidm_client/enum.ClientError.html @@ -6,16 +6,16 @@

ClientError

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.0rc9/rustdoc/kanidm_client/struct.KanidmClient.html b/docs/v1.0.0rc9/rustdoc/kanidm_client/struct.KanidmClient.html index fb76cde5f..da3d975ed 100644 --- a/docs/v1.0.0rc9/rustdoc/kanidm_client/struct.KanidmClient.html +++ b/docs/v1.0.0rc9/rustdoc/kanidm_client/struct.KanidmClient.html @@ -4,8 +4,8 @@
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_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

+

Struct kanidm_client::KanidmClient

source · []
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_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.1.0-alpha.4/rustdoc/kanidm_client/enum.ClientError.html b/docs/v1.1.0-alpha.4/rustdoc/kanidm_client/enum.ClientError.html index cf89df55c..853fd4b8e 100644 --- a/docs/v1.1.0-alpha.4/rustdoc/kanidm_client/enum.ClientError.html +++ b/docs/v1.1.0-alpha.4/rustdoc/kanidm_client/enum.ClientError.html @@ -6,16 +6,16 @@

ClientError

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.1.0-alpha.4/rustdoc/kanidm_client/struct.KanidmClient.html b/docs/v1.1.0-alpha.4/rustdoc/kanidm_client/struct.KanidmClient.html index fb76cde5f..da3d975ed 100644 --- a/docs/v1.1.0-alpha.4/rustdoc/kanidm_client/struct.KanidmClient.html +++ b/docs/v1.1.0-alpha.4/rustdoc/kanidm_client/struct.KanidmClient.html @@ -4,8 +4,8 @@
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_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

+

Struct kanidm_client::KanidmClient

source · []
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_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.1.0-alpha.6/rustdoc/kanidm_client/enum.ClientError.html b/docs/v1.1.0-alpha.6/rustdoc/kanidm_client/enum.ClientError.html index cf89df55c..853fd4b8e 100644 --- a/docs/v1.1.0-alpha.6/rustdoc/kanidm_client/enum.ClientError.html +++ b/docs/v1.1.0-alpha.6/rustdoc/kanidm_client/enum.ClientError.html @@ -6,16 +6,16 @@

ClientError

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.1.0-alpha.6/rustdoc/kanidm_client/struct.KanidmClient.html b/docs/v1.1.0-alpha.6/rustdoc/kanidm_client/struct.KanidmClient.html index fb76cde5f..da3d975ed 100644 --- a/docs/v1.1.0-alpha.6/rustdoc/kanidm_client/struct.KanidmClient.html +++ b/docs/v1.1.0-alpha.6/rustdoc/kanidm_client/struct.KanidmClient.html @@ -4,8 +4,8 @@
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_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

+

Struct kanidm_client::KanidmClient

source · []
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_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.1.0-alpha.8/rustdoc/kanidm_client/enum.ClientError.html b/docs/v1.1.0-alpha.8/rustdoc/kanidm_client/enum.ClientError.html index 853fd4b8e..cf89df55c 100644 --- a/docs/v1.1.0-alpha.8/rustdoc/kanidm_client/enum.ClientError.html +++ b/docs/v1.1.0-alpha.8/rustdoc/kanidm_client/enum.ClientError.html @@ -6,16 +6,16 @@

ClientError

pub enum ClientError {
     Unauthorized,
-    Http(StatusCodeOption<OperationError>, String),
+    Http(StatusCodeOption<OperationError>, String),
     Transport(Error),
     AuthenticationFailed,
     EmptyResponse,
-    TotpVerifyFailed(UuidTotpSecret),
+    TotpVerifyFailed(Uuid, TotpSecret),
     TotpInvalidSha1(Uuid),
     JsonDecode(ErrorString),
     JsonEncode(SerdeJsonError),
     SystemError,
-}

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

+}

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

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.1.0-alpha.8/rustdoc/kanidm_client/struct.KanidmClient.html b/docs/v1.1.0-alpha.8/rustdoc/kanidm_client/struct.KanidmClient.html index da3d975ed..fb76cde5f 100644 --- a/docs/v1.1.0-alpha.8/rustdoc/kanidm_client/struct.KanidmClient.html +++ b/docs/v1.1.0-alpha.8/rustdoc/kanidm_client/struct.KanidmClient.html @@ -4,8 +4,8 @@
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_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

+

Struct kanidm_client::KanidmClient

source · []
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_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.1.0-alpha/rustdoc/kanidm_client/enum.ClientError.html b/docs/v1.1.0-alpha/rustdoc/kanidm_client/enum.ClientError.html index 853fd4b8e..cf89df55c 100644 --- a/docs/v1.1.0-alpha/rustdoc/kanidm_client/enum.ClientError.html +++ b/docs/v1.1.0-alpha/rustdoc/kanidm_client/enum.ClientError.html @@ -6,16 +6,16 @@

ClientError

pub enum ClientError {
     Unauthorized,
-    Http(StatusCodeOption<OperationError>, String),
+    Http(StatusCodeOption<OperationError>, String),
     Transport(Error),
     AuthenticationFailed,
     EmptyResponse,
-    TotpVerifyFailed(UuidTotpSecret),
+    TotpVerifyFailed(Uuid, TotpSecret),
     TotpInvalidSha1(Uuid),
     JsonDecode(ErrorString),
     JsonEncode(SerdeJsonError),
     SystemError,
-}

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

+}

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

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.1.0-alpha/rustdoc/kanidm_client/struct.KanidmClient.html b/docs/v1.1.0-alpha/rustdoc/kanidm_client/struct.KanidmClient.html index da3d975ed..fb76cde5f 100644 --- a/docs/v1.1.0-alpha/rustdoc/kanidm_client/struct.KanidmClient.html +++ b/docs/v1.1.0-alpha/rustdoc/kanidm_client/struct.KanidmClient.html @@ -4,8 +4,8 @@
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_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

+

Struct kanidm_client::KanidmClient

source · []
pub struct KanidmClient { /* private fields */ }

Implementations

source

pub async fn idm_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