Struct sp_tracing::span::Record
source · [−]pub struct Record<'a> { /* private fields */ }Expand description
A set of fields recorded by a span.
Implementations
Records all the fields in this Record with the provided Visitor.
Returns true if this Record contains a value for the given Field.
Trait Implementations
type Serializable = SerializeRecord<'a>
as_serde borrows a tracing value and returns the serialized value.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for Record<'a>
impl<'a> !UnwindSafe for Record<'a>
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