pub enum TracingEvent {
Instant(TracingEventId, u64),
RangePart(TracingEventId, u64, u8),
UnnamedRangeEnd(u64, u8),
}Expand description
event, dif_tm
Variants§
Trait Implementations§
Source§impl Clone for TracingEvent
impl Clone for TracingEvent
Source§fn clone(&self) -> TracingEvent
fn clone(&self) -> TracingEvent
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 TracingEvent
impl Debug for TracingEvent
impl Copy for TracingEvent
Auto Trait Implementations§
impl Freeze for TracingEvent
impl RefUnwindSafe for TracingEvent
impl Send for TracingEvent
impl Sync for TracingEvent
impl Unpin for TracingEvent
impl UnwindSafe for TracingEvent
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