pub struct PrometheusObserver { /* private fields */ }Expand description
Records metrics in the Prometheus exposition format.
Trait Implementations§
Source§impl Drain<String> for PrometheusObserver
impl Drain<String> for PrometheusObserver
Auto Trait Implementations§
impl Freeze for PrometheusObserver
impl RefUnwindSafe for PrometheusObserver
impl Send for PrometheusObserver
impl Sync for PrometheusObserver
impl Unpin for PrometheusObserver
impl UnsafeUnpin for PrometheusObserver
impl UnwindSafe for PrometheusObserver
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