Struct prometheus_client::metrics::exemplar::Exemplar
source · pub struct Exemplar<S, V> { /* private fields */ }
Expand description
An OpenMetrics exemplar.
Trait Implementations§
Auto Trait Implementations§
impl<S, V> RefUnwindSafe for Exemplar<S, V>where
S: RefUnwindSafe,
V: RefUnwindSafe,
impl<S, V> Send for Exemplar<S, V>
impl<S, V> Sync for Exemplar<S, V>
impl<S, V> Unpin for Exemplar<S, V>
impl<S, V> UnwindSafe for Exemplar<S, V>where
S: UnwindSafe,
V: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more