Struct metrics_util::layers::Absolute [−][src]
Converts absolute counter values into incremental values.
More information on the behavior of the layer can be found in AbsoluteLayer
.
Trait Implementations
Auto Trait Implementations
impl<R> !RefUnwindSafe for Absolute<R>
impl<R> Send for Absolute<R> where
R: Send,
R: Send,
impl<R> Sync for Absolute<R> where
R: Sync,
R: Sync,
impl<R> Unpin for Absolute<R> where
R: Unpin,
R: Unpin,
impl<R> UnwindSafe for Absolute<R> where
R: UnwindSafe,
R: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Pointable for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,