Struct tracing_subscriber::field::debug::Alt [−][src]
pub struct Alt<V>(_);
Expand description
A visitor wrapper that ensures any fmt::Debug
fields are formatted using
the alternate (:#
) formatter.
Implementations
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 Alt<V> where
V: RefUnwindSafe,
impl<V> UnwindSafe for Alt<V> where
V: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more