pub struct MetricsAgent { /* private fields */ }
Implementations§
Source§impl MetricsAgent
impl MetricsAgent
Trait Implementations§
Source§impl Default for MetricsAgent
impl Default for MetricsAgent
Auto Trait Implementations§
impl Freeze for MetricsAgent
impl RefUnwindSafe for MetricsAgent
impl Send for MetricsAgent
impl Sync for MetricsAgent
impl Unpin for MetricsAgent
impl UnwindSafe for MetricsAgent
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