pub struct Gatherer { /* private fields */ }
Expand description
Metrics gatherer.
This can gather metrics that registered to registries which associated with the gatherer.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Gatherer
impl !RefUnwindSafe for Gatherer
impl Send for Gatherer
impl !Sync for Gatherer
impl Unpin for Gatherer
impl !UnwindSafe for Gatherer
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