pub struct Debug;
Expand description
Provides simple output with backtrace
Note that if backtrace-on
is disabled
then Backtrace
is noop
Note: Backtrace output is trimmed to only user’s most recent call So actual call stack may be longer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Debug
impl RefUnwindSafe for Debug
impl Send for Debug
impl Sync for Debug
impl Unpin for Debug
impl UnwindSafe for Debug
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