pub struct AnyhowWrapper { /* private fields */ }
Trait Implementations§
Source§impl Debug for AnyhowWrapper
impl Debug for AnyhowWrapper
Source§impl Display for AnyhowWrapper
impl Display for AnyhowWrapper
Source§impl Error for AnyhowWrapper
impl Error for AnyhowWrapper
Source§fn source(&self) -> Option<&(dyn StdError + 'static)>
fn source(&self) -> Option<&(dyn StdError + '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 From<Error> for AnyhowWrapper
impl From<Error> for AnyhowWrapper
Source§fn from(error: AnyhowError) -> Self
fn from(error: AnyhowError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AnyhowWrapper
impl RefUnwindSafe for AnyhowWrapper
impl Send for AnyhowWrapper
impl Sync for AnyhowWrapper
impl Unpin for AnyhowWrapper
impl UnwindSafe for AnyhowWrapper
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