pub struct DateTimeLegacy { /* private fields */ }Expand description
A legacy datetime parameter for an Always Encrypted column (see datetime).
Trait Implementations§
Source§impl Clone for DateTimeLegacy
impl Clone for DateTimeLegacy
Source§fn clone(&self) -> DateTimeLegacy
fn clone(&self) -> DateTimeLegacy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DateTimeLegacy
Source§impl Debug for DateTimeLegacy
impl Debug for DateTimeLegacy
Source§impl ToSql for DateTimeLegacy
Available on crate feature chrono only.
impl ToSql for DateTimeLegacy
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 DateTimeLegacy
impl RefUnwindSafe for DateTimeLegacy
impl Send for DateTimeLegacy
impl Sync for DateTimeLegacy
impl Unpin for DateTimeLegacy
impl UnsafeUnpin for DateTimeLegacy
impl UnwindSafe for DateTimeLegacy
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