pub struct TimestampTool;
Expand description
Tool for getting current timestamp
Trait Implementations§
Source§impl ToolHandler for TimestampTool
impl ToolHandler for TimestampTool
Auto Trait Implementations§
impl Freeze for TimestampTool
impl RefUnwindSafe for TimestampTool
impl Send for TimestampTool
impl Sync for TimestampTool
impl Unpin for TimestampTool
impl UnwindSafe for TimestampTool
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