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