pub struct AgentToolRegistry { /* private fields */ }Expand description
Registry of agent management tools
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgentToolRegistry
impl RefUnwindSafe for AgentToolRegistry
impl Send for AgentToolRegistry
impl Sync for AgentToolRegistry
impl Unpin for AgentToolRegistry
impl UnsafeUnpin for AgentToolRegistry
impl UnwindSafe for AgentToolRegistry
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