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