Struct tracing_core::field::DisplayValue [−][src]
pub struct DisplayValue<T: Display>(_);
Expand description
A Value
which serializes using fmt::Display
.
Uses record_debug
in the Value
implementation to
avoid an unnecessary evaluation.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for DisplayValue<T> where
T: RefUnwindSafe,
impl<T> Send for DisplayValue<T> where
T: Send,
impl<T> Sync for DisplayValue<T> where
T: Sync,
impl<T> Unpin for DisplayValue<T> where
T: Unpin,
impl<T> UnwindSafe for DisplayValue<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more