pub struct EchoTool;
Expand description
Simple echo tool for testing
Trait Implementationsยง
Sourceยงimpl ToolHandler for EchoTool
impl ToolHandler for EchoTool
Auto Trait Implementationsยง
impl Freeze for EchoTool
impl RefUnwindSafe for EchoTool
impl Send for EchoTool
impl Sync for EchoTool
impl Unpin for EchoTool
impl UnwindSafe for EchoTool
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