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