Struct tracing_core::field::DebugValue  
source · [−]pub struct DebugValue<T: Debug>(_);Expand description
A Value which serializes as a string using fmt::Debug.
Trait Implementations
sourceimpl<T: Clone + Debug> Clone for DebugValue<T>
 
impl<T: Clone + Debug> Clone for DebugValue<T>
sourcefn clone(&self) -> DebugValue<T>
 
fn clone(&self) -> DebugValue<T>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<T: Debug> Debug for DebugValue<T>
 
impl<T: Debug> Debug for DebugValue<T>
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
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
