pub struct ASN1DateTime {
pub year: u32,
pub month: u8,
pub day: u8,
pub hour: u8,
pub minute: u8,
pub second: u8,
pub millisecond: Option<u16>,
pub tz: ASN1TimeZone,
}
Fields§
§year: u32
§month: u8
§day: u8
§hour: u8
§minute: u8
§second: u8
§millisecond: Option<u16>
§tz: ASN1TimeZone
Implementations§
Trait Implementations§
Source§impl Clone for ASN1DateTime
impl Clone for ASN1DateTime
Source§fn clone(&self) -> ASN1DateTime
fn clone(&self) -> ASN1DateTime
Returns a duplicate 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 ASN1DateTime
impl Debug for ASN1DateTime
Source§impl Display for ASN1DateTime
impl Display for ASN1DateTime
Source§impl Ord for ASN1DateTime
impl Ord for ASN1DateTime
Source§fn cmp(&self, other: &ASN1DateTime) -> Ordering
fn cmp(&self, other: &ASN1DateTime) -> 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 ASN1DateTime
impl PartialEq for ASN1DateTime
Source§impl PartialOrd for ASN1DateTime
impl PartialOrd for ASN1DateTime
impl Eq for ASN1DateTime
impl StructuralPartialEq for ASN1DateTime
Auto Trait Implementations§
impl Freeze for ASN1DateTime
impl RefUnwindSafe for ASN1DateTime
impl Send for ASN1DateTime
impl Sync for ASN1DateTime
impl Unpin for ASN1DateTime
impl UnwindSafe for ASN1DateTime
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes