pub enum SampleEventType {
Show 14 variants
DurationBegin,
DurationEnd,
CompleteDuration,
Instant,
AsyncStart,
AsyncInstant,
AsyncEnd,
FlowStart,
FlowInstant,
FlowEnd,
ObjectCreated,
ObjectSnapshot,
ObjectDestroyed,
Metadata,
}
Variants§
DurationBegin
DurationEnd
CompleteDuration
Instant
AsyncStart
AsyncInstant
AsyncEnd
FlowStart
FlowInstant
FlowEnd
ObjectCreated
ObjectSnapshot
ObjectDestroyed
Metadata
Trait Implementations§
Source§impl Clone for SampleEventType
impl Clone for SampleEventType
Source§fn clone(&self) -> SampleEventType
fn clone(&self) -> SampleEventType
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 SampleEventType
impl Debug for SampleEventType
Source§impl PartialEq for SampleEventType
impl PartialEq for SampleEventType
impl Copy for SampleEventType
impl Eq for SampleEventType
impl StructuralPartialEq for SampleEventType
Auto Trait Implementations§
impl Freeze for SampleEventType
impl RefUnwindSafe for SampleEventType
impl Send for SampleEventType
impl Sync for SampleEventType
impl Unpin for SampleEventType
impl UnwindSafe for SampleEventType
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