pub struct SnapshotFrameRecord {
pub frame_id: FrameId,
pub frame: SnapshotBacktraceFrame,
}Fields§
§frame_id: FrameId§frame: SnapshotBacktraceFrameTrait Implementations§
Source§impl Clone for SnapshotFrameRecord
impl Clone for SnapshotFrameRecord
Source§fn clone(&self) -> SnapshotFrameRecord
fn clone(&self) -> SnapshotFrameRecord
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SnapshotFrameRecord
impl Debug for SnapshotFrameRecord
Auto Trait Implementations§
impl Freeze for SnapshotFrameRecord
impl RefUnwindSafe for SnapshotFrameRecord
impl Send for SnapshotFrameRecord
impl Sync for SnapshotFrameRecord
impl Unpin for SnapshotFrameRecord
impl UnsafeUnpin for SnapshotFrameRecord
impl UnwindSafe for SnapshotFrameRecord
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