Struct tracing_core::field::DebugValue [−][src]
pub struct DebugValue<T: Debug>(_);
A Value
which serializes as a string using fmt::Debug
.
Trait Implementations
impl<T: Clone + Debug> Clone for DebugValue<T>
[src]
impl<T: Clone + Debug> Clone for DebugValue<T>
[src]fn clone(&self) -> DebugValue<T>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for DebugValue<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for DebugValue<T> where
T: Send,
T: Send,
impl<T> Sync for DebugValue<T> where
T: Sync,
T: Sync,
impl<T> Unpin for DebugValue<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for DebugValue<T> where
T: UnwindSafe,
T: UnwindSafe,