Enum cryptographic_message_syntax::asn1::rfc5652::Time [−][src]
pub enum Time {
UtcTime(UtcTime),
GeneralizedTime(GeneralizedTime),
}Expand description
Time variant.
Time ::= CHOICE {
utcTime UTCTime,
generalizedTime GeneralizedTime }Variants
UtcTime(UtcTime)
Tuple Fields
0: UtcTimeGeneralizedTime(GeneralizedTime)
Tuple Fields
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Time
impl UnwindSafe for Time
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
