Struct sc_tracing::TraceEvent [−][src]
pub struct TraceEvent { pub name: &'static str, pub target: String, pub level: Level, pub values: Values, pub parent_id: Option<Id>, }
Represents a tracing event, complete with values
Fields
name: &'static str
Name of the event.
target: String
Target of the event.
level: Level
Level of the event.
values: Values
Values for this event.
parent_id: Option<Id>
Id of the parent tracing event, if any.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TraceEvent
impl Send for TraceEvent
impl Sync for TraceEvent
impl Unpin for TraceEvent
impl UnwindSafe for TraceEvent
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]