pub struct NoopToolHandler;Expand description
Default no-op tool handler
Trait Implementations§
Source§impl ToolHandler for NoopToolHandler
impl ToolHandler for NoopToolHandler
Auto Trait Implementations§
impl Freeze for NoopToolHandler
impl RefUnwindSafe for NoopToolHandler
impl Send for NoopToolHandler
impl Sync for NoopToolHandler
impl Unpin for NoopToolHandler
impl UnwindSafe for NoopToolHandler
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