Struct picky_asn1::date::UTCTimeRepr
source · 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§fn eq(&self, other: &UTCTimeRepr) -> bool
fn eq(&self, other: &UTCTimeRepr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for UTCTimeRepr
impl PartialOrd for UTCTimeRepr
source§fn partial_cmp(&self, other: &UTCTimeRepr) -> Option<Ordering>
fn partial_cmp(&self, other: &UTCTimeRepr) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)