pub struct DateTimeOffset { /* private fields */ }Expand description
A datetimeoffset(scale) parameter for an Always Encrypted column (see
datetimeoffset).
Trait Implementations§
Source§impl Clone for DateTimeOffset
impl Clone for DateTimeOffset
Source§fn clone(&self) -> DateTimeOffset
fn clone(&self) -> DateTimeOffset
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 DateTimeOffset
Source§impl Debug for DateTimeOffset
impl Debug for DateTimeOffset
Source§impl ToSql for DateTimeOffset
Available on crate feature chrono only.
impl ToSql for DateTimeOffset
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 DateTimeOffset
impl RefUnwindSafe for DateTimeOffset
impl Send for DateTimeOffset
impl Sync for DateTimeOffset
impl Unpin for DateTimeOffset
impl UnsafeUnpin for DateTimeOffset
impl UnwindSafe for DateTimeOffset
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