Struct tiberius::time::DateTimeOffset
source · pub struct DateTimeOffset { /* private fields */ }
Expand description
A presentation of datetimeoffset
type in the server.
Warning
It isn’t recommended to use this type directly. For dealing with
datetimeoffset
, use the time
feature of this crate and its OffsetDateTime
type with the correct timezone.
Implementations§
Trait Implementations§
source§impl Clone for DateTimeOffset
impl Clone for DateTimeOffset
source§fn clone(&self) -> DateTimeOffset
fn clone(&self) -> DateTimeOffset
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DateTimeOffset
impl Debug for DateTimeOffset
source§impl PartialEq for DateTimeOffset
impl PartialEq for DateTimeOffset
source§fn eq(&self, other: &DateTimeOffset) -> bool
fn eq(&self, other: &DateTimeOffset) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DateTimeOffset
impl StructuralPartialEq for DateTimeOffset
Auto Trait Implementations§
impl RefUnwindSafe for DateTimeOffset
impl Send for DateTimeOffset
impl Sync for DateTimeOffset
impl Unpin 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