pub struct GetMonitoringReport;Expand description
Marker type for the GetMonitoringReport action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetMonitoringReport
impl RefUnwindSafe for GetMonitoringReport
impl Send for GetMonitoringReport
impl Sync for GetMonitoringReport
impl Unpin for GetMonitoringReport
impl UnsafeUnpin for GetMonitoringReport
impl UnwindSafe for GetMonitoringReport
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