Enum der_parser::DerTag [] [src]

#[repr(u8)]
pub enum DerTag { EndOfContent, Boolean, Integer, BitString, OctetString, Null, Oid, ObjDescriptor, External, RealType, Enumerated, EmbeddedPdv, Utf8String, RdvOid, Sequence, Set, NumericString, PrintableString, T61String, Ia5String, UtcTime, GeneralizedTime, GeneralString, BmpString, Invalid, }

Defined in X.680 section 8.4

Variants

Trait Implementations

impl Debug for DerTag
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for DerTag
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for DerTag

impl Sync for DerTag