pub struct PluginDisableCommand { /* private fields */ }Expand description
Disable an enabled plugin.
Implementations§
Trait Implementations§
Source§impl ClaudeCommand for PluginDisableCommand
impl ClaudeCommand for PluginDisableCommand
Source§impl Clone for PluginDisableCommand
impl Clone for PluginDisableCommand
Source§fn clone(&self) -> PluginDisableCommand
fn clone(&self) -> PluginDisableCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PluginDisableCommand
impl RefUnwindSafe for PluginDisableCommand
impl Send for PluginDisableCommand
impl Sync for PluginDisableCommand
impl Unpin for PluginDisableCommand
impl UnsafeUnpin for PluginDisableCommand
impl UnwindSafe for PluginDisableCommand
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