pub struct BacktraceFramePersist {
pub frame_index: u32,
pub rel_pc: RelPc,
pub module_path: String,
pub module_identity: String,
}Fields§
§frame_index: u32§rel_pc: RelPc§module_path: String§module_identity: StringTrait Implementations§
Source§impl Clone for BacktraceFramePersist
impl Clone for BacktraceFramePersist
Source§fn clone(&self) -> BacktraceFramePersist
fn clone(&self) -> BacktraceFramePersist
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 moreAuto Trait Implementations§
impl Freeze for BacktraceFramePersist
impl RefUnwindSafe for BacktraceFramePersist
impl Send for BacktraceFramePersist
impl Sync for BacktraceFramePersist
impl Unpin for BacktraceFramePersist
impl UnsafeUnpin for BacktraceFramePersist
impl UnwindSafe for BacktraceFramePersist
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