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