Enum cryptographic_message_syntax::asn1::rfc5652::CmsVersion [−][src]
pub enum CmsVersion {
V0,
V1,
V2,
V3,
V4,
V5,
}Expand description
Version number.
CMSVersion ::= INTEGER
{ v0(0), v1(1), v2(2), v3(3), v4(4), v5(5) }Variants
V0
V1
V2
V3
V4
V5
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for CmsVersion
impl Send for CmsVersion
impl Sync for CmsVersion
impl Unpin for CmsVersion
impl UnwindSafe for CmsVersion
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
