Struct tracing_core::field::DebugValue [−][src]
pub struct DebugValue<T: Debug>(_);
Expand description
A Value
which serializes as a string using fmt::Debug
.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for DebugValue<T> where
T: RefUnwindSafe,
impl<T> Send for DebugValue<T> where
T: Send,
impl<T> Sync for DebugValue<T> where
T: Sync,
impl<T> Unpin for DebugValue<T> where
T: Unpin,
impl<T> UnwindSafe for DebugValue<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more