pub struct BackTrace { /* private fields */ }Expand description
Contains the backtrace information if available.
§Notes
We chose BackTrace for the name since Backtrace is often confused with the nighly-only backtrace
feature by thiserror.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BackTrace
impl RefUnwindSafe for BackTrace
impl Send for BackTrace
impl Sync for BackTrace
impl Unpin for BackTrace
impl UnwindSafe for BackTrace
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