pub struct DateTime2 { /* private fields */ }Available on crate feature
tds73 only.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§
impl Copy for DateTime2
Source§impl<'de> Deserialize<'de> for DateTime2
Available on crate feature serde only.
impl<'de> Deserialize<'de> for DateTime2
Available on crate feature
serde only.Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for DateTime2
Auto Trait Implementations§
impl Freeze for DateTime2
impl RefUnwindSafe for DateTime2
impl Send for DateTime2
impl Sync for DateTime2
impl Unpin for DateTime2
impl UnsafeUnpin 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