pub struct ErrorTrace { /* private fields */ }Expand description
Error with traceback information.
Implementations§
Trait Implementations§
Source§impl Debug for ErrorTrace
impl Debug for ErrorTrace
Source§impl Display for ErrorTrace
impl Display for ErrorTrace
Source§impl Error for ErrorTrace
impl Error for ErrorTrace
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()
Auto Trait Implementations§
impl Freeze for ErrorTrace
impl RefUnwindSafe for ErrorTrace
impl Send for ErrorTrace
impl Sync for ErrorTrace
impl Unpin for ErrorTrace
impl UnwindSafe for ErrorTrace
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