Struct tracing_core::field::DisplayValue [−][src]
pub struct DisplayValue<T: Display>(_);
A Value
which serializes using fmt::Display
.
Uses record_debug
in the Value
implementation to
avoid an unnecessary evaluation.
Trait Implementations
impl<T: Clone + Display> Clone for DisplayValue<T>
[src]
impl<T: Clone + Display> Clone for DisplayValue<T>
[src]fn clone(&self) -> DisplayValue<T>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<T: Display> Display for DisplayValue<T>
[src]
impl<T: Display> Display for DisplayValue<T>
[src]Auto Trait Implementations
impl<T> RefUnwindSafe for DisplayValue<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for DisplayValue<T> where
T: Send,
T: Send,
impl<T> Sync for DisplayValue<T> where
T: Sync,
T: Sync,
impl<T> Unpin for DisplayValue<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for DisplayValue<T> where
T: UnwindSafe,
T: UnwindSafe,