pub struct ToDateExpr<E: Expression>(pub E);Expand description
toDate(expr) - convert to Date
Tuple Fields§
§0: ETrait Implementations§
Source§impl<E: Expression> Expression for ToDateExpr<E>
impl<E: Expression> Expression for ToDateExpr<E>
Auto Trait Implementations§
impl<E> Freeze for ToDateExpr<E>where
E: Freeze,
impl<E> RefUnwindSafe for ToDateExpr<E>where
E: RefUnwindSafe,
impl<E> Send for ToDateExpr<E>where
E: Send,
impl<E> Sync for ToDateExpr<E>where
E: Sync,
impl<E> Unpin for ToDateExpr<E>where
E: Unpin,
impl<E> UnwindSafe for ToDateExpr<E>where
E: UnwindSafe,
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