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