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
impl Copy for DateTimeOffset
impl StructuralPartialEq for DateTimeOffset
Auto Trait Implementations§
impl Freeze for DateTimeOffset
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