Struct tracing::instrument::WithDispatch [−][src]
#[must_use = "futures do nothing unless you `.await` or poll them"]pub struct WithDispatch<T> { /* fields omitted */ }
A future that has been instrumented with a tracing
subscriber.
Trait Implementations
impl<T: Clone> Clone for WithDispatch<T>
[src]
impl<T: Clone> Clone for WithDispatch<T>
[src]fn clone(&self) -> WithDispatch<T>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'__pin, T> Unpin for WithDispatch<T> where
__Origin<'__pin, T>: Unpin,
[src]
__Origin<'__pin, T>: Unpin,
Auto Trait Implementations
impl<T> !RefUnwindSafe for WithDispatch<T>
impl<T> Send for WithDispatch<T> where
T: Send,
T: Send,
impl<T> Sync for WithDispatch<T> where
T: Sync,
T: Sync,
impl<T> !UnwindSafe for WithDispatch<T>
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;