pub struct ErrorChain(/* private fields */);Trait Implementations§
Source§impl Debug for ErrorChain
impl Debug for ErrorChain
Source§impl Display for ErrorChain
impl Display for ErrorChain
Source§impl Error for ErrorChain
impl Error for ErrorChain
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 From<Errno> for ErrorChain
impl From<Errno> for ErrorChain
Source§impl From<Error> for ErrorChain
impl From<Error> for ErrorChain
Source§impl From<Error> for ErrorChain
impl From<Error> for ErrorChain
Source§impl From<ErrorChain<Error>> for ErrorChain
impl From<ErrorChain<Error>> for ErrorChain
Source§fn from(value: ErrorChain<Error>) -> Self
fn from(value: ErrorChain<Error>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ErrorChain
impl !RefUnwindSafe for ErrorChain
impl Send for ErrorChain
impl Sync for ErrorChain
impl Unpin for ErrorChain
impl !UnwindSafe for ErrorChain
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