pub struct UnrecoverableError(/* private fields */);
Available on crate feature
feature
only.Trait Implementations§
Source§impl Clone for UnrecoverableError
impl Clone for UnrecoverableError
Source§fn clone(&self) -> UnrecoverableError
fn clone(&self) -> UnrecoverableError
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 UnrecoverableError
impl Debug for UnrecoverableError
Source§impl Display for UnrecoverableError
impl Display for UnrecoverableError
Source§impl From<&'static str> for UnrecoverableError
impl From<&'static str> for UnrecoverableError
Source§impl From<String> for UnrecoverableError
impl From<String> for UnrecoverableError
Source§impl PartialEq for UnrecoverableError
impl PartialEq for UnrecoverableError
impl Eq for UnrecoverableError
impl StructuralPartialEq for UnrecoverableError
Auto Trait Implementations§
impl Freeze for UnrecoverableError
impl RefUnwindSafe for UnrecoverableError
impl Send for UnrecoverableError
impl Sync for UnrecoverableError
impl Unpin for UnrecoverableError
impl UnwindSafe for UnrecoverableError
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