Struct tracing_subscriber::field::display::Messages [−][src]
pub struct Messages<V>(_);
Expand description
A visitor wrapper that ensures any strings named “message” are formatted
using fmt::Display
Implementations
Returns a new MakeVisitor
implementation that will wrap inner
so
that any strings named message
are formatted using fmt::Display
.
Trait Implementations
Visit a string value.
Visit a signed 64-bit integer value.
Visit an unsigned 64-bit integer value.
Visit a boolean value.
Visit a value implementing fmt::Debug
.
Records a type implementing Error
. Read more
Auto Trait Implementations
impl<V> RefUnwindSafe for Messages<V> where
V: RefUnwindSafe,
impl<V> UnwindSafe for Messages<V> where
V: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more