Struct std::backtrace::BacktraceFrame
source · pub struct BacktraceFrame {
frame: RawFrame,
symbols: Vec<BacktraceSymbol>,
}
🔬This is a nightly-only experimental API. (
backtrace_frames
#79676)Expand description
A single frame of a backtrace.
Fields§
§frame: RawFrame
🔬This is a nightly-only experimental API. (
§backtrace_frames
#79676)symbols: Vec<BacktraceSymbol>
🔬This is a nightly-only experimental API. (
backtrace_frames
#79676)Trait Implementations§
Auto Trait Implementations§
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