pub struct Date(/* private fields */);
Expand description
A presentation of date
type in the server.
Warning
It isn’t recommended to use this type directly. If you want to deal with
date
, use the time
feature of this crate and its Date
type.
Implementations§
Trait Implementations§
source§impl PartialEq for Date
impl PartialEq for Date
impl Copy for Date
impl Eq for Date
impl StructuralEq for Date
impl StructuralPartialEq for Date
Auto Trait Implementations§
impl RefUnwindSafe for Date
impl Send for Date
impl Sync for Date
impl Unpin for Date
impl UnwindSafe for Date
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