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