Struct metrix::instruments::LabelAndUpdate[][src]

pub struct LabelAndUpdate<T>(pub T, pub Update);

A label with the associated Update

This is basically a split Observation

Trait Implementations

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

Performs the conversion.

Auto Trait Implementations

impl<T> Send for LabelAndUpdate<T> where
    T: Send

impl<T> Sync for LabelAndUpdate<T> where
    T: Sync