pub struct AgentTools { /* private fields */ }Expand description
Agent tools for workspace interaction
Implementations§
Auto Trait Implementations§
impl Freeze for AgentTools
impl RefUnwindSafe for AgentTools
impl Send for AgentTools
impl Sync for AgentTools
impl Unpin for AgentTools
impl UnwindSafe for AgentTools
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