pub struct McpClientRegistry { /* private fields */ }Expand description
MCP Client Registry
Implementations§
Trait Implementations§
Source§impl Default for McpClientRegistry
impl Default for McpClientRegistry
Source§fn default() -> McpClientRegistry
fn default() -> McpClientRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for McpClientRegistry
impl RefUnwindSafe for McpClientRegistry
impl Send for McpClientRegistry
impl Sync for McpClientRegistry
impl Unpin for McpClientRegistry
impl UnwindSafe for McpClientRegistry
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