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