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