Struct McpToolRegistry
pub struct McpToolRegistry { /* private fields */ }Expand description
Dynamic tool registry view backed by McpToolRegistryManager.
Implementations§
§impl McpToolRegistry
impl McpToolRegistry
Trait Implementations§
§impl Clone for McpToolRegistry
impl Clone for McpToolRegistry
§fn clone(&self) -> McpToolRegistry
fn clone(&self) -> McpToolRegistry
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 more§impl Debug for McpToolRegistry
impl Debug for McpToolRegistry
Auto Trait Implementations§
impl Freeze for McpToolRegistry
impl !RefUnwindSafe for McpToolRegistry
impl Send for McpToolRegistry
impl Sync for McpToolRegistry
impl Unpin for McpToolRegistry
impl !UnwindSafe for McpToolRegistry
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