pub struct DateTime2 { /* private fields */ }Expand description
A datetime2(scale) parameter for an Always Encrypted column (see datetime2).
Trait Implementations§
impl Copy for DateTime2
Source§impl ToSql for DateTime2
Available on crate feature chrono only.
impl ToSql for DateTime2
Available on crate feature
chrono only.Source§fn encrypted_param_type(&self) -> Option<EncryptedParamType>
fn encrypted_param_type(&self) -> Option<EncryptedParamType>
The explicit SQL type a parameter must be declared and encrypted as,
when the value alone cannot convey it. Read more
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