pub struct Backtrace(_);
Expand description
A backtrace starting from the beginning of the thread.
Backtrace functionality is currently disabled. Please review the feature flags to enable it.
Trait Implementations§
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§
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