Struct openssl::asn1::Asn1GeneralizedTime [−][src]
Non-UTC representation of time
If a time can be represented by UTCTime, UTCTime is used otherwise, ASN1_GENERALIZEDTIME is used. This would be, for example outside the year range of 1950-2049.
ASN1_GENERALIZEDTIME_set documentation from OpenSSL provides further details of implmentation. Note: these docs are from the master branch as documentation on the 1.1.0 branch did not include this page.
Trait Implementations
impl AsRef<Asn1GeneralizedTimeRef> for Asn1GeneralizedTime
[src][+]
impl Borrow<Asn1GeneralizedTimeRef> for Asn1GeneralizedTime
[src][+]
impl Deref for Asn1GeneralizedTime
[src][+]
impl DerefMut for Asn1GeneralizedTime
[src][+]
impl Drop for Asn1GeneralizedTime
[src][+]
impl ForeignType for Asn1GeneralizedTime
[src][+]
impl Send for Asn1GeneralizedTime
[src]
impl Sync for Asn1GeneralizedTime
[src]
Auto Trait Implementations
impl RefUnwindSafe for Asn1GeneralizedTime
impl Unpin for Asn1GeneralizedTime
impl UnwindSafe for Asn1GeneralizedTime
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,