pub struct McpRemoveCommand { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for McpRemoveCommand
impl Clone for McpRemoveCommand
Source§fn clone(&self) -> McpRemoveCommand
fn clone(&self) -> McpRemoveCommand
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 moreSource§impl CodexCommand for McpRemoveCommand
impl CodexCommand for McpRemoveCommand
Auto Trait Implementations§
impl Freeze for McpRemoveCommand
impl RefUnwindSafe for McpRemoveCommand
impl Send for McpRemoveCommand
impl Sync for McpRemoveCommand
impl Unpin for McpRemoveCommand
impl UnsafeUnpin for McpRemoveCommand
impl UnwindSafe for McpRemoveCommand
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