pub struct SayHelloTool;Trait Implementations§
Source§impl Default for SayHelloTool
impl Default for SayHelloTool
Source§fn default() -> SayHelloTool
fn default() -> SayHelloTool
Returns the “default value” for a type. Read more
Source§impl Tool for SayHelloTool
impl Tool for SayHelloTool
Source§fn schema(&self) -> ToolSchema
fn schema(&self) -> ToolSchema
Get tool schema
Auto Trait Implementations§
impl Freeze for SayHelloTool
impl RefUnwindSafe for SayHelloTool
impl Send for SayHelloTool
impl Sync for SayHelloTool
impl Unpin for SayHelloTool
impl UnsafeUnpin for SayHelloTool
impl UnwindSafe for SayHelloTool
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