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