Struct tracing_subscriber::fmt::format::JsonVisitor
source · [−]pub struct JsonVisitor<'a> { /* private fields */ }
Expand description
The visitor produced by JsonFields
’s MakeVisitor
implementation.
Implementations
Trait Implementations
Visit a double precision floating point value.
Visit a signed 64-bit integer value.
Visit an unsigned 64-bit integer value.
Visit a boolean value.
Visit a string value.
Visit a value implementing fmt::Debug
.
Records a type implementing Error
. Read more
Auto Trait Implementations
impl<'a> !RefUnwindSafe for JsonVisitor<'a>
impl<'a> !Send for JsonVisitor<'a>
impl<'a> !Sync for JsonVisitor<'a>
impl<'a> Unpin for JsonVisitor<'a>
impl<'a> !UnwindSafe for JsonVisitor<'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