pub enum RecoveryKeyAssertionKind {
RecoveryKey,
}Variants§
RecoveryKey
Trait Implementations§
Source§impl Clone for RecoveryKeyAssertionKind
impl Clone for RecoveryKeyAssertionKind
Source§fn clone(&self) -> RecoveryKeyAssertionKind
fn clone(&self) -> RecoveryKeyAssertionKind
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 RecoveryKeyAssertionKind
impl Debug for RecoveryKeyAssertionKind
Source§impl<'de> Deserialize<'de> for RecoveryKeyAssertionKind
impl<'de> Deserialize<'de> for RecoveryKeyAssertionKind
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 RecoveryKeyAssertionKind
impl PartialEq for RecoveryKeyAssertionKind
Source§impl Serialize for RecoveryKeyAssertionKind
impl Serialize for RecoveryKeyAssertionKind
impl StructuralPartialEq for RecoveryKeyAssertionKind
Auto Trait Implementations§
impl Freeze for RecoveryKeyAssertionKind
impl RefUnwindSafe for RecoveryKeyAssertionKind
impl Send for RecoveryKeyAssertionKind
impl Sync for RecoveryKeyAssertionKind
impl Unpin for RecoveryKeyAssertionKind
impl UnwindSafe for RecoveryKeyAssertionKind
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