pub struct UnixEpoch;๐Deprecated: Use
Expr::unix_epoch insteadExpand description
Use this a value in a query to get the current datetime as a number of seconds.
Trait Implementationsยง
impl Copy for UnixEpoch
Auto Trait Implementationsยง
impl Freeze for UnixEpoch
impl RefUnwindSafe for UnixEpoch
impl Send for UnixEpoch
impl Sync for UnixEpoch
impl Unpin for UnixEpoch
impl UnwindSafe for UnixEpoch
Blanket Implementationsยง
ยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
ยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
ยงimpl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
ยงunsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
๐ฌThis is a nightly-only experimental API. (
clone_to_uninit)