Struct tracing_subscriber::fmt::format::DefaultFields
source · [−]pub struct DefaultFields { /* private fields */ }
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
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