pub struct GcpCloudMonitoring;Expand description
Stub implementation for GCP Cloud Monitoring.
Implementations§
Trait Implementations§
Source§impl CloudMetrics for GcpCloudMonitoring
impl CloudMetrics for GcpCloudMonitoring
Auto Trait Implementations§
impl Freeze for GcpCloudMonitoring
impl RefUnwindSafe for GcpCloudMonitoring
impl Send for GcpCloudMonitoring
impl Sync for GcpCloudMonitoring
impl Unpin for GcpCloudMonitoring
impl UnwindSafe for GcpCloudMonitoring
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