pub struct McpGetCommand { /* private fields */ }Expand description
Get details about a specific MCP server.
Implementations§
Trait Implementations§
Source§impl ClaudeCommand for McpGetCommand
impl ClaudeCommand for McpGetCommand
Source§impl Clone for McpGetCommand
impl Clone for McpGetCommand
Source§fn clone(&self) -> McpGetCommand
fn clone(&self) -> McpGetCommand
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 McpGetCommand
impl RefUnwindSafe for McpGetCommand
impl Send for McpGetCommand
impl Sync for McpGetCommand
impl Unpin for McpGetCommand
impl UnsafeUnpin for McpGetCommand
impl UnwindSafe for McpGetCommand
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