pub struct SnapshotBacktraceTable {
pub backtraces: Vec<SnapshotBacktrace>,
pub frames: Vec<SnapshotFrameRecord>,
}Fields§
§backtraces: Vec<SnapshotBacktrace>§frames: Vec<SnapshotFrameRecord>Auto Trait Implementations§
impl Freeze for SnapshotBacktraceTable
impl RefUnwindSafe for SnapshotBacktraceTable
impl Send for SnapshotBacktraceTable
impl Sync for SnapshotBacktraceTable
impl Unpin for SnapshotBacktraceTable
impl UnsafeUnpin for SnapshotBacktraceTable
impl UnwindSafe for SnapshotBacktraceTable
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