pub struct RecoveryToken(/* private fields */);Expand description
Generation-bound recovery authority returned only for NotSent.
Trait Implementations§
Source§impl Clone for RecoveryToken
impl Clone for RecoveryToken
Source§fn clone(&self) -> RecoveryToken
fn clone(&self) -> RecoveryToken
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RecoveryToken
Source§impl Debug for RecoveryToken
impl Debug for RecoveryToken
impl Eq for RecoveryToken
Source§impl PartialEq for RecoveryToken
impl PartialEq for RecoveryToken
impl StructuralPartialEq for RecoveryToken
Auto Trait Implementations§
impl Freeze for RecoveryToken
impl RefUnwindSafe for RecoveryToken
impl Send for RecoveryToken
impl Sync for RecoveryToken
impl Unpin for RecoveryToken
impl UnsafeUnpin for RecoveryToken
impl UnwindSafe for RecoveryToken
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