Struct tracing::field::DisplayValue [−][src]
pub struct DisplayValue<T>(_)
where
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 for DisplayValue<T> where
T: Clone + Display,
[src]
impl<T> Clone for DisplayValue<T> where
T: Clone + Display,
[src]pub fn clone(&self) -> DisplayValue<T>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<T> Debug for DisplayValue<T> where
T: Display,
[src]
impl<T> Debug for DisplayValue<T> where
T: Display,
[src]impl<T> Display for DisplayValue<T> where
T: Display,
[src]
impl<T> Display for DisplayValue<T> where
T: Display,
[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,
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]fn instrument(self, span: Span) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>
impl<T: Future> Future for Instrumented<T> type Output = T::Output;
[src]
Notable traits for Instrumented<T>
impl<T: Future> Future for Instrumented<T> type Output = T::Output;
fn in_current_span(self) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>
impl<T: Future> Future for Instrumented<T> type Output = T::Output;
[src]
Notable traits for Instrumented<T>
impl<T: Future> Future for Instrumented<T> type Output = T::Output;