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