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ยง
ยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
ยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more