pub enum McpConfigTool {
ClaudeCode,
ClaudeDesktop,
Codex,
Cursor,
}Variants§
Trait Implementations§
Source§impl Clone for McpConfigTool
impl Clone for McpConfigTool
Source§fn clone(&self) -> McpConfigTool
fn clone(&self) -> McpConfigTool
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for McpConfigTool
Source§impl Debug for McpConfigTool
impl Debug for McpConfigTool
Source§impl ValueEnum for McpConfigTool
impl ValueEnum for McpConfigTool
Auto Trait Implementations§
impl Freeze for McpConfigTool
impl RefUnwindSafe for McpConfigTool
impl Send for McpConfigTool
impl Sync for McpConfigTool
impl Unpin for McpConfigTool
impl UnsafeUnpin for McpConfigTool
impl UnwindSafe for McpConfigTool
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