Struct picky_asn1::date::GeneralizedTimeRepr
source · pub struct GeneralizedTimeRepr;
Trait Implementations§
source§impl Clone for GeneralizedTimeRepr
impl Clone for GeneralizedTimeRepr
source§fn clone(&self) -> GeneralizedTimeRepr
fn clone(&self) -> GeneralizedTimeRepr
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 GeneralizedTimeRepr
impl Debug for GeneralizedTimeRepr
source§impl Hash for GeneralizedTimeRepr
impl Hash for GeneralizedTimeRepr
source§impl Ord for GeneralizedTimeRepr
impl Ord for GeneralizedTimeRepr
source§fn cmp(&self, other: &GeneralizedTimeRepr) -> Ordering
fn cmp(&self, other: &GeneralizedTimeRepr) -> 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 GeneralizedTimeRepr
impl PartialEq for GeneralizedTimeRepr
source§fn eq(&self, other: &GeneralizedTimeRepr) -> bool
fn eq(&self, other: &GeneralizedTimeRepr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for GeneralizedTimeRepr
impl PartialOrd for GeneralizedTimeRepr
source§fn partial_cmp(&self, other: &GeneralizedTimeRepr) -> Option<Ordering>
fn partial_cmp(&self, other: &GeneralizedTimeRepr) -> 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 GeneralizedTimeRepr
impl TimeRepr for GeneralizedTimeRepr
fn serialize<S>(
date: &Date<GeneralizedTimeRepr>,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn deserialize<'de, D>(
deserializer: D,
) -> Result<Date<GeneralizedTimeRepr>, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
impl Eq for GeneralizedTimeRepr
impl StructuralPartialEq for GeneralizedTimeRepr
Auto Trait Implementations§
impl Freeze for GeneralizedTimeRepr
impl RefUnwindSafe for GeneralizedTimeRepr
impl Send for GeneralizedTimeRepr
impl Sync for GeneralizedTimeRepr
impl Unpin for GeneralizedTimeRepr
impl UnwindSafe for GeneralizedTimeRepr
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
)