Expand description
Structured data associated with Span
s and Event
s.
Structs§
- Debug
Value - A
Value
which serializes as a string usingfmt::Debug
. - Display
Value - A
Value
which serializes usingfmt::Display
. - Empty
- An empty field.
- Field
- An opaque key allowing O(1) access to a field in a
Span
’s key-value data. - Field
Set - Describes the fields present on a span.
- Iter
- An iterator over a set of fields.
- Value
Set - A set of fields and values for a span.
Traits§
- AsField
- Trait implemented to allow a type to be used as a field key.
- Value
- A field value of an erased type.
- Visit
- Visits typed values.