pub struct UTCTimeRepr;
Trait Implementations§
Source§impl Clone for UTCTimeRepr
impl Clone for UTCTimeRepr
Source§fn clone(&self) -> UTCTimeRepr
fn clone(&self) -> UTCTimeRepr
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 UTCTimeRepr
impl Debug for UTCTimeRepr
Source§impl Hash for UTCTimeRepr
impl Hash for UTCTimeRepr
Source§impl Ord for UTCTimeRepr
impl Ord for UTCTimeRepr
Source§fn cmp(&self, other: &UTCTimeRepr) -> Ordering
fn cmp(&self, other: &UTCTimeRepr) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UTCTimeRepr
impl PartialEq for UTCTimeRepr
Source§impl PartialOrd for UTCTimeRepr
impl PartialOrd for UTCTimeRepr
Source§impl TimeRepr for UTCTimeRepr
impl TimeRepr for UTCTimeRepr
fn serialize<S>(
date: &Date<UTCTimeRepr>,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn deserialize<'de, D>(
deserializer: D,
) -> Result<Date<UTCTimeRepr>, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
impl Eq for UTCTimeRepr
impl StructuralPartialEq for UTCTimeRepr
Auto Trait Implementations§
impl Freeze for UTCTimeRepr
impl RefUnwindSafe for UTCTimeRepr
impl Send for UTCTimeRepr
impl Sync for UTCTimeRepr
impl Unpin for UTCTimeRepr
impl UnwindSafe for UTCTimeRepr
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