pub struct SecondFactorAttestation {
pub credential_info: SecondFactorAttestationCredentialInfo,
pub credential_kind: SecondFactorAttestationCredentialKind,
}Fields§
§credential_info: SecondFactorAttestationCredentialInfo§credential_kind: SecondFactorAttestationCredentialKindTrait Implementations§
Source§impl Clone for SecondFactorAttestation
impl Clone for SecondFactorAttestation
Source§fn clone(&self) -> SecondFactorAttestation
fn clone(&self) -> SecondFactorAttestation
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 Debug for SecondFactorAttestation
impl Debug for SecondFactorAttestation
Source§impl<'de> Deserialize<'de> for SecondFactorAttestation
impl<'de> Deserialize<'de> for SecondFactorAttestation
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 SecondFactorAttestation
impl PartialEq for SecondFactorAttestation
Source§impl Serialize for SecondFactorAttestation
impl Serialize for SecondFactorAttestation
impl StructuralPartialEq for SecondFactorAttestation
Auto Trait Implementations§
impl Freeze for SecondFactorAttestation
impl RefUnwindSafe for SecondFactorAttestation
impl Send for SecondFactorAttestation
impl Sync for SecondFactorAttestation
impl Unpin for SecondFactorAttestation
impl UnwindSafe for SecondFactorAttestation
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