Struct asn1::GeneralizedTime [−][src]
pub struct GeneralizedTime(_);Expand description
Used for parsing and writing ASN.1 GENERALIZED TIME values. Wraps a
chrono::DateTime<Utc>.
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GeneralizedTime
impl Send for GeneralizedTime
impl Sync for GeneralizedTime
impl Unpin for GeneralizedTime
impl UnwindSafe for GeneralizedTime
Blanket Implementations
Mutably borrows from an owned value. Read more