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