pub enum ProfilerRecord {
Module(ModuleRecord),
Mapping(MappingRecord),
Backtrace(BacktraceRecord),
}Variants§
Trait Implementations§
Source§impl Clone for ProfilerRecord
impl Clone for ProfilerRecord
Source§fn clone(&self) -> ProfilerRecord
fn clone(&self) -> ProfilerRecord
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 ProfilerRecord
impl Debug for ProfilerRecord
Source§impl PartialEq for ProfilerRecord
impl PartialEq for ProfilerRecord
impl StructuralPartialEq for ProfilerRecord
Auto Trait Implementations§
impl Freeze for ProfilerRecord
impl RefUnwindSafe for ProfilerRecord
impl Send for ProfilerRecord
impl Sync for ProfilerRecord
impl Unpin for ProfilerRecord
impl UnwindSafe for ProfilerRecord
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