Struct sp_tracing::span::Record [−][src]
pub struct Record<'a> { /* fields omitted */ }
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>