Enum asn1_rs::ASN1TimeZone
source · [−]Variants
Undefined
No timezone provided
Z
Coordinated universal time
Offset(i8, i8)
Local zone, with offset to coordinated universal time
(offset_hour, offset_minute)
Trait Implementations
sourceimpl Clone for ASN1TimeZone
impl Clone for ASN1TimeZone
sourcefn clone(&self) -> ASN1TimeZone
fn clone(&self) -> ASN1TimeZone
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ASN1TimeZone
impl Debug for ASN1TimeZone
sourceimpl Ord for ASN1TimeZone
impl Ord for ASN1TimeZone
sourceimpl PartialEq<ASN1TimeZone> for ASN1TimeZone
impl PartialEq<ASN1TimeZone> for ASN1TimeZone
sourcefn eq(&self, other: &ASN1TimeZone) -> bool
fn eq(&self, other: &ASN1TimeZone) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ASN1TimeZone) -> bool
fn ne(&self, other: &ASN1TimeZone) -> bool
This method tests for !=
.
sourceimpl PartialOrd<ASN1TimeZone> for ASN1TimeZone
impl PartialOrd<ASN1TimeZone> for ASN1TimeZone
sourcefn partial_cmp(&self, other: &ASN1TimeZone) -> Option<Ordering>
fn partial_cmp(&self, other: &ASN1TimeZone) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn 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 more
impl Copy for ASN1TimeZone
impl Eq for ASN1TimeZone
impl StructuralEq for ASN1TimeZone
impl StructuralPartialEq for ASN1TimeZone
Auto Trait Implementations
impl RefUnwindSafe for ASN1TimeZone
impl Send for ASN1TimeZone
impl Sync for ASN1TimeZone
impl Unpin for ASN1TimeZone
impl UnwindSafe for ASN1TimeZone
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more