pub struct RecoveryFactorAttestationCredentialInfo {
pub attestation_data: String,
pub client_data: String,
pub cred_id: String,
}Fields§
§attestation_data: String§client_data: String§cred_id: StringTrait Implementations§
Source§impl Clone for RecoveryFactorAttestationCredentialInfo
impl Clone for RecoveryFactorAttestationCredentialInfo
Source§fn clone(&self) -> RecoveryFactorAttestationCredentialInfo
fn clone(&self) -> RecoveryFactorAttestationCredentialInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for RecoveryFactorAttestationCredentialInfo
impl<'de> Deserialize<'de> for RecoveryFactorAttestationCredentialInfo
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 RecoveryFactorAttestationCredentialInfo
impl PartialEq for RecoveryFactorAttestationCredentialInfo
Source§fn eq(&self, other: &RecoveryFactorAttestationCredentialInfo) -> bool
fn eq(&self, other: &RecoveryFactorAttestationCredentialInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RecoveryFactorAttestationCredentialInfo
Auto Trait Implementations§
impl Freeze for RecoveryFactorAttestationCredentialInfo
impl RefUnwindSafe for RecoveryFactorAttestationCredentialInfo
impl Send for RecoveryFactorAttestationCredentialInfo
impl Sync for RecoveryFactorAttestationCredentialInfo
impl Unpin for RecoveryFactorAttestationCredentialInfo
impl UnwindSafe for RecoveryFactorAttestationCredentialInfo
Blanket Implementations§
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