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