pub struct NowExpr;Expand description
now() - current timestamp
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NowExpr
impl RefUnwindSafe for NowExpr
impl Send for NowExpr
impl Sync for NowExpr
impl Unpin for NowExpr
impl UnwindSafe for NowExpr
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