pub struct CredentialManagementResponse {
pub storage_metadata: Option<CredentialStorageMetadata>,
pub rp: Option<RelyingPartyCM>,
pub total_rps: Option<u32>,
pub discoverable_credential: DiscoverableCredential,
pub total_credentials: Option<u32>,
}Available on (crate features
ctap2) and (crate features ctap2-management) only.Expand description
authenticatorCredentialManagement response type.
References:
Fields§
§storage_metadata: Option<CredentialStorageMetadata>§rp: Option<RelyingPartyCM>§total_rps: Option<u32>§discoverable_credential: DiscoverableCredential§total_credentials: Option<u32>Trait Implementations§
Source§impl Debug for CredentialManagementResponse
impl Debug for CredentialManagementResponse
Source§impl Default for CredentialManagementResponse
impl Default for CredentialManagementResponse
Source§fn default() -> CredentialManagementResponse
fn default() -> CredentialManagementResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CredentialManagementResponse
impl<'de> Deserialize<'de> for CredentialManagementResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CredentialManagementResponse
impl PartialEq for CredentialManagementResponse
Source§fn eq(&self, other: &CredentialManagementResponse) -> bool
fn eq(&self, other: &CredentialManagementResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CredentialManagementResponse
impl StructuralPartialEq for CredentialManagementResponse
Auto Trait Implementations§
impl Freeze for CredentialManagementResponse
impl RefUnwindSafe for CredentialManagementResponse
impl Send for CredentialManagementResponse
impl Sync for CredentialManagementResponse
impl Unpin for CredentialManagementResponse
impl UnwindSafe for CredentialManagementResponse
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more