pub struct PluginEnableCommand { /* private fields */ }Expand description
Enable a disabled plugin.
Implementations§
Trait Implementations§
Source§impl ClaudeCommand for PluginEnableCommand
impl ClaudeCommand for PluginEnableCommand
Source§impl Clone for PluginEnableCommand
impl Clone for PluginEnableCommand
Source§fn clone(&self) -> PluginEnableCommand
fn clone(&self) -> PluginEnableCommand
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 PluginEnableCommand
impl RefUnwindSafe for PluginEnableCommand
impl Send for PluginEnableCommand
impl Sync for PluginEnableCommand
impl Unpin for PluginEnableCommand
impl UnsafeUnpin for PluginEnableCommand
impl UnwindSafe for PluginEnableCommand
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