Struct tracing_forest::layer::TreeAttrs
source · [−]Expand description
The shared attributes of both spans and events within a Tree.
Fields
uuid: UuidThe ID that this trace data is associated with.
timestamp: DateTime<Utc>When the trace data was collected.
level: LevelLevel the trace data was collected with.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TreeAttrs
impl UnwindSafe for TreeAttrs
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more