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
EndOfContentBooleanIntegerBitStringOctetStringNullOidObjDescriptorExternalRealTypeEnumeratedEmbeddedPdvUtf8StringRdvOidSequenceSetNumericStringPrintableStringT61StringIa5StringUtcTimeGeneralizedTimeGeneralStringBmpStringInvalid
Trait Implementations
impl Debug for DerTag[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more