pub struct MetricsWriter { /* private fields */ }Expand description
Prometheus metrics writer
Implementations§
Source§impl MetricsWriter
impl MetricsWriter
Auto Trait Implementations§
impl Freeze for MetricsWriter
impl !RefUnwindSafe for MetricsWriter
impl Send for MetricsWriter
impl Sync for MetricsWriter
impl Unpin for MetricsWriter
impl !UnwindSafe for MetricsWriter
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