pub struct MonitorAckWakeOp;Trait Implementations§
Source§impl PluginAction for MonitorAckWakeOp
impl PluginAction for MonitorAckWakeOp
const NAME: &'static str = "monitor.ack_wake"
const DESCRIPTION: &'static str = "Acknowledge pending monitor wake-ups."
const KIND: PluginActionKind = PluginActionKind::Command
const SESSION_PARAM: SessionParam = SessionParam::Required
type Args = AckWakeArgs
type Output = ()
Auto Trait Implementations§
impl Freeze for MonitorAckWakeOp
impl RefUnwindSafe for MonitorAckWakeOp
impl Send for MonitorAckWakeOp
impl Sync for MonitorAckWakeOp
impl Unpin for MonitorAckWakeOp
impl UnsafeUnpin for MonitorAckWakeOp
impl UnwindSafe for MonitorAckWakeOp
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