pub struct McpAddJsonCommand { /* private fields */ }Expand description
Add an MCP server using raw JSON configuration.
Implementations§
Trait Implementations§
Source§impl ClaudeCommand for McpAddJsonCommand
impl ClaudeCommand for McpAddJsonCommand
Source§impl Clone for McpAddJsonCommand
impl Clone for McpAddJsonCommand
Source§fn clone(&self) -> McpAddJsonCommand
fn clone(&self) -> McpAddJsonCommand
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 McpAddJsonCommand
impl RefUnwindSafe for McpAddJsonCommand
impl Send for McpAddJsonCommand
impl Sync for McpAddJsonCommand
impl Unpin for McpAddJsonCommand
impl UnsafeUnpin for McpAddJsonCommand
impl UnwindSafe for McpAddJsonCommand
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