pub struct PlanModeDisableOp;Trait Implementations§
Source§impl PluginAction for PlanModeDisableOp
impl PluginAction for PlanModeDisableOp
const NAME: &'static str = "plan_mode.disable"
const DESCRIPTION: &'static str = "Disable 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 PlanModeDisableOp
impl RefUnwindSafe for PlanModeDisableOp
impl Send for PlanModeDisableOp
impl Sync for PlanModeDisableOp
impl Unpin for PlanModeDisableOp
impl UnsafeUnpin for PlanModeDisableOp
impl UnwindSafe for PlanModeDisableOp
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