From 58fc904d3ea3d4b5c22b03b9da92c36603e8af9b Mon Sep 17 00:00:00 2001 From: Firstyear Date: Wed, 22 Jun 2022 08:51:48 +0000 Subject: [PATCH] deploy: 2bd2075b20cb0b1187e6ad8f7e47f5726ef3265e --- docs/v1.0.0rc2/rustdoc/kanidm_client/enum.ClientError.html | 6 +++--- .../rustdoc/kanidm_client/struct.KanidmClient.html | 2 +- .../rustdoc/kanidm_client/enum.ClientError.html | 6 +++--- .../rustdoc/kanidm_client/struct.KanidmClient.html | 2 +- .../rustdoc/kanidm_client/enum.ClientError.html | 6 +++--- .../rustdoc/kanidm_client/struct.KanidmClient.html | 2 +- .../rustdoc/kanidm_client/enum.ClientError.html | 6 +++--- .../rustdoc/kanidm_client/struct.KanidmClient.html | 2 +- .../rustdoc/kanidm_client/enum.ClientError.html | 6 +++--- .../rustdoc/kanidm_client/struct.KanidmClient.html | 2 +- 10 files changed, 20 insertions(+), 20 deletions(-) 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 029e9ebea..179baad7c 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(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.0rc2/rustdoc/kanidm_client/struct.KanidmClient.html b/docs/v1.0.0rc2/rustdoc/kanidm_client/struct.KanidmClient.html index 6260c7ef1..5c762bf58 100644 --- a/docs/v1.0.0rc2/rustdoc/kanidm_client/struct.KanidmClient.html +++ b/docs/v1.0.0rc2/rustdoc/kanidm_client/struct.KanidmClient.html @@ -4,7 +4,7 @@
pub struct KanidmClient { /* private fields */ }

Implementations

source

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

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>

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.2/rustdoc/kanidm_client/enum.ClientError.html b/docs/v1.1.0-alpha.2/rustdoc/kanidm_client/enum.ClientError.html index 029e9ebea..179baad7c 100644 --- a/docs/v1.1.0-alpha.2/rustdoc/kanidm_client/enum.ClientError.html +++ b/docs/v1.1.0-alpha.2/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.2/rustdoc/kanidm_client/struct.KanidmClient.html b/docs/v1.1.0-alpha.2/rustdoc/kanidm_client/struct.KanidmClient.html index 6260c7ef1..5c762bf58 100644 --- a/docs/v1.1.0-alpha.2/rustdoc/kanidm_client/struct.KanidmClient.html +++ b/docs/v1.1.0-alpha.2/rustdoc/kanidm_client/struct.KanidmClient.html @@ -4,7 +4,7 @@
pub struct KanidmClient { /* private fields */ }

Implementations

source

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

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>

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.3/rustdoc/kanidm_client/enum.ClientError.html b/docs/v1.1.0-alpha.3/rustdoc/kanidm_client/enum.ClientError.html index 029e9ebea..179baad7c 100644 --- a/docs/v1.1.0-alpha.3/rustdoc/kanidm_client/enum.ClientError.html +++ b/docs/v1.1.0-alpha.3/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.3/rustdoc/kanidm_client/struct.KanidmClient.html b/docs/v1.1.0-alpha.3/rustdoc/kanidm_client/struct.KanidmClient.html index 6260c7ef1..5c762bf58 100644 --- a/docs/v1.1.0-alpha.3/rustdoc/kanidm_client/struct.KanidmClient.html +++ b/docs/v1.1.0-alpha.3/rustdoc/kanidm_client/struct.KanidmClient.html @@ -4,7 +4,7 @@
pub struct KanidmClient { /* private fields */ }

Implementations

source

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

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>

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.5/rustdoc/kanidm_client/enum.ClientError.html b/docs/v1.1.0-alpha.5/rustdoc/kanidm_client/enum.ClientError.html index 179baad7c..029e9ebea 100644 --- a/docs/v1.1.0-alpha.5/rustdoc/kanidm_client/enum.ClientError.html +++ b/docs/v1.1.0-alpha.5/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.5/rustdoc/kanidm_client/struct.KanidmClient.html b/docs/v1.1.0-alpha.5/rustdoc/kanidm_client/struct.KanidmClient.html index 5c762bf58..6260c7ef1 100644 --- a/docs/v1.1.0-alpha.5/rustdoc/kanidm_client/struct.KanidmClient.html +++ b/docs/v1.1.0-alpha.5/rustdoc/kanidm_client/struct.KanidmClient.html @@ -4,7 +4,7 @@
pub struct KanidmClient { /* private fields */ }

Implementations

source

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

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>

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 179baad7c..029e9ebea 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 5c762bf58..6260c7ef1 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,7 +4,7 @@
pub struct KanidmClient { /* private fields */ }

Implementations

source

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

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>

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