pub struct PlanModeToggleOp;Trait Implementations§
Source§impl PluginAction for PlanModeToggleOp
impl PluginAction for PlanModeToggleOp
const NAME: &'static str = "plan_mode.toggle"
const DESCRIPTION: &'static str = "Toggle plan mode for this session."
const KIND: PluginActionKind = PluginActionKind::Command
const SESSION_PARAM: SessionParam = SessionParam::Required
type Args = PlanModeExternalArgs
type Output = PlanModeExternalStatus
Auto Trait Implementations§
impl Freeze for PlanModeToggleOp
impl RefUnwindSafe for PlanModeToggleOp
impl Send for PlanModeToggleOp
impl Sync for PlanModeToggleOp
impl Unpin for PlanModeToggleOp
impl UnsafeUnpin for PlanModeToggleOp
impl UnwindSafe for PlanModeToggleOp
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