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 AsBacktrace for Backtrace
impl AsBacktrace for Backtrace
sourcefn as_backtrace(&self) -> Option<&Backtrace>
fn as_backtrace(&self) -> Option<&Backtrace>
Retrieve the optional backtrace
sourceimpl GenerateImplicitData for Backtrace
impl GenerateImplicitData 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