pub struct HashTool;Expand description
Hash generation tool
Implementations§
Trait Implementations§
Source§impl Tool for HashTool
impl Tool for HashTool
Source§fn schema(&self) -> ToolSchema
fn schema(&self) -> ToolSchema
Get tool schema
Auto Trait Implementations§
impl Freeze for HashTool
impl RefUnwindSafe for HashTool
impl Send for HashTool
impl Sync for HashTool
impl Unpin for HashTool
impl UnsafeUnpin for HashTool
impl UnwindSafe for HashTool
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