[][src]Struct metrics_tracing_context::TracingContext

pub struct TracingContext<R, F> { /* fields omitted */ }

TracingContext is a metrics::Recorder that injects labels fromtracing::Spans.

Trait Implementations

impl<R, F> Recorder for TracingContext<R, F> where
    R: Recorder,
    F: LabelFilter
[src]

Auto Trait Implementations

impl<R, F> RefUnwindSafe for TracingContext<R, F> where
    F: RefUnwindSafe,
    R: RefUnwindSafe
[src]

impl<R, F> Send for TracingContext<R, F> where
    F: Send,
    R: Send
[src]

impl<R, F> Sync for TracingContext<R, F> where
    F: Sync,
    R: Sync
[src]

impl<R, F> Unpin for TracingContext<R, F> where
    F: Unpin,
    R: Unpin
[src]

impl<R, F> UnwindSafe for TracingContext<R, F> where
    F: UnwindSafe,
    R: UnwindSafe
[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.