pub struct Backtrace(_);
Expand description
A backtrace starting from the beginning of the thread.
Backtrace functionality is currently enabled. Please review the feature flags to disable it.
Trait Implementations
sourceimpl GenerateBacktrace for Backtrace
impl GenerateBacktrace for Backtrace
Auto Trait Implementations
impl RefUnwindSafe for Backtrace
impl Send for Backtrace
impl Sync for Backtrace
impl Unpin for Backtrace
impl UnwindSafe for Backtrace
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more