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