Struct tracing_subscriber::fmt::format::DefaultFields [−][src]
pub struct DefaultFields { /* fields omitted */ }This is supported on crate feature
fmt only.Expand description
The default FormatFields implementation.
Implementations
Returns a new default FormatFields implementation.
Trait Implementations
type Visitor = DefaultVisitor<'a>
type Visitor = DefaultVisitor<'a>
The visitor type produced by this MakeVisitor.
Make a new visitor for the provided target.
Auto Trait Implementations
impl RefUnwindSafe for DefaultFields
impl Send for DefaultFields
impl Sync for DefaultFields
impl Unpin for DefaultFields
impl UnwindSafe for DefaultFields
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more