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