pub struct RecoveryKeyAssertion {
pub credential_assertion: RecoveryKeyAssertionCredentialAssertion,
pub kind: RecoveryKeyAssertionKind,
}
Fields§
§credential_assertion: RecoveryKeyAssertionCredentialAssertion
§kind: RecoveryKeyAssertionKind
Trait Implementations§
Source§impl Clone for RecoveryKeyAssertion
impl Clone for RecoveryKeyAssertion
Source§fn clone(&self) -> RecoveryKeyAssertion
fn clone(&self) -> RecoveryKeyAssertion
Returns a copy 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 RecoveryKeyAssertion
impl Debug for RecoveryKeyAssertion
Source§impl<'de> Deserialize<'de> for RecoveryKeyAssertion
impl<'de> Deserialize<'de> for RecoveryKeyAssertion
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 RecoveryKeyAssertion
impl PartialEq for RecoveryKeyAssertion
Source§impl Serialize for RecoveryKeyAssertion
impl Serialize for RecoveryKeyAssertion
impl StructuralPartialEq for RecoveryKeyAssertion
Auto Trait Implementations§
impl Freeze for RecoveryKeyAssertion
impl RefUnwindSafe for RecoveryKeyAssertion
impl Send for RecoveryKeyAssertion
impl Sync for RecoveryKeyAssertion
impl Unpin for RecoveryKeyAssertion
impl UnwindSafe for RecoveryKeyAssertion
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