pub struct ToolHandler;
Expand description
Tool execution handler for tool.execute function (placeholder)
Implementations§
Source§impl ToolHandler
impl ToolHandler
Auto Trait Implementations§
impl Freeze for ToolHandler
impl RefUnwindSafe for ToolHandler
impl Send for ToolHandler
impl Sync for ToolHandler
impl Unpin for ToolHandler
impl UnwindSafe for ToolHandler
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