Struct std::backtrace::BacktraceFrame
source · pub struct BacktraceFrame { /* private fields */ }
🔬This is a nightly-only experimental API. (
backtrace_frames
#79676)Expand description
A single frame of a backtrace.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BacktraceFrame
impl RefUnwindSafe for BacktraceFrame
impl Send for BacktraceFrame
impl Sync for BacktraceFrame
impl Unpin for BacktraceFrame
impl UnwindSafe for BacktraceFrame
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