Struct metrics_util::layers::Prefix [−][src]
Applies a prefix to every metric key.
Keys will be prefixed in the format of <prefix>.<remaining>
.
Trait Implementations
Auto Trait Implementations
impl<R> RefUnwindSafe for Prefix<R> where
R: RefUnwindSafe,
R: RefUnwindSafe,
impl<R> Send for Prefix<R> where
R: Send,
R: Send,
impl<R> Sync for Prefix<R> where
R: Sync,
R: Sync,
impl<R> Unpin for Prefix<R> where
R: Unpin,
R: Unpin,
impl<R> UnwindSafe for Prefix<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>,