pub struct McpAddFromDesktopCommand { /* private fields */ }Expand description
Import MCP servers from Claude Desktop (Mac and WSL only).
Implementations§
Trait Implementations§
Source§impl Clone for McpAddFromDesktopCommand
impl Clone for McpAddFromDesktopCommand
Source§fn clone(&self) -> McpAddFromDesktopCommand
fn clone(&self) -> McpAddFromDesktopCommand
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 Debug for McpAddFromDesktopCommand
impl Debug for McpAddFromDesktopCommand
Source§impl Default for McpAddFromDesktopCommand
impl Default for McpAddFromDesktopCommand
Source§fn default() -> McpAddFromDesktopCommand
fn default() -> McpAddFromDesktopCommand
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for McpAddFromDesktopCommand
impl RefUnwindSafe for McpAddFromDesktopCommand
impl Send for McpAddFromDesktopCommand
impl Sync for McpAddFromDesktopCommand
impl Unpin for McpAddFromDesktopCommand
impl UnsafeUnpin for McpAddFromDesktopCommand
impl UnwindSafe for McpAddFromDesktopCommand
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