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