pub struct DateTime2 { /* private fields */ }
Expand description
A presentation of datetime2
type in the server.
Warning
It isn’t recommended to use this type directly. For dealing with
datetime2
, use the time
feature of this crate and its PrimitiveDateTime
type.
Implementations§
Trait Implementations§
source§impl PartialEq for DateTime2
impl PartialEq for DateTime2
impl Copy for DateTime2
impl StructuralPartialEq for DateTime2
Auto Trait Implementations§
impl RefUnwindSafe for DateTime2
impl Send for DateTime2
impl Sync for DateTime2
impl Unpin for DateTime2
impl UnwindSafe for DateTime2
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