pub struct BacktraceRaw { /* private fields */ }Expand description
Representation of a backtrace.
Implementations§
Trait Implementations§
Source§impl Debug for BacktraceRaw
impl Debug for BacktraceRaw
Source§impl From<BacktraceRaw> for Backtrace
impl From<BacktraceRaw> for Backtrace
Source§fn from(bt: BacktraceRaw) -> Backtrace
fn from(bt: BacktraceRaw) -> Backtrace
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BacktraceRaw
impl RefUnwindSafe for BacktraceRaw
impl Send for BacktraceRaw
impl Sync for BacktraceRaw
impl Unpin for BacktraceRaw
impl UnsafeUnpin for BacktraceRaw
impl UnwindSafe for BacktraceRaw
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