pub struct RecoveryFailure;Trait Implementations§
Source§impl Clone for RecoveryFailure
impl Clone for RecoveryFailure
Source§fn clone(&self) -> RecoveryFailure
fn clone(&self) -> RecoveryFailure
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 RecoveryFailure
Source§impl Debug for RecoveryFailure
impl Debug for RecoveryFailure
Source§impl Display for RecoveryFailure
impl Display for RecoveryFailure
impl Eq for RecoveryFailure
Source§impl Error for RecoveryFailure
impl Error for RecoveryFailure
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for RecoveryFailure
impl PartialEq for RecoveryFailure
impl StructuralPartialEq for RecoveryFailure
Auto Trait Implementations§
impl Freeze for RecoveryFailure
impl RefUnwindSafe for RecoveryFailure
impl Send for RecoveryFailure
impl Sync for RecoveryFailure
impl Unpin for RecoveryFailure
impl UnsafeUnpin for RecoveryFailure
impl UnwindSafe for RecoveryFailure
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