pub struct MonitorStopOp;Trait Implementations§
Source§impl PluginAction for MonitorStopOp
impl PluginAction for MonitorStopOp
const NAME: &'static str = "monitor.stop"
const DESCRIPTION: &'static str = "Stop a monitor."
const KIND: PluginActionKind = PluginActionKind::Command
const SESSION_PARAM: SessionParam = SessionParam::Required
type Args = StopMonitorArgs
type Output = MonitorSnapshot
Auto Trait Implementations§
impl Freeze for MonitorStopOp
impl RefUnwindSafe for MonitorStopOp
impl Send for MonitorStopOp
impl Sync for MonitorStopOp
impl Unpin for MonitorStopOp
impl UnsafeUnpin for MonitorStopOp
impl UnwindSafe for MonitorStopOp
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