[−][src]Struct der_parser::ber::BerTag
Defined in X.680 section 8.4 X.690 doesn't specify the maxmimum tag size so we're assuming that people aren't going to need anything more than a u32.
Implementations
impl BerTag[src]
pub const EndOfContent: BerTag[src]
pub const Boolean: BerTag[src]
pub const Integer: BerTag[src]
pub const BitString: BerTag[src]
pub const OctetString: BerTag[src]
pub const Null: BerTag[src]
pub const Oid: BerTag[src]
pub const ObjDescriptor: BerTag[src]
pub const External: BerTag[src]
pub const RealType: BerTag[src]
pub const Enumerated: BerTag[src]
pub const EmbeddedPdv: BerTag[src]
pub const Utf8String: BerTag[src]
pub const RelativeOid: BerTag[src]
pub const Sequence: BerTag[src]
pub const Set: BerTag[src]
pub const NumericString: BerTag[src]
pub const PrintableString: BerTag[src]
pub const T61String: BerTag[src]
pub const Ia5String: BerTag[src]
pub const UtcTime: BerTag[src]
pub const GeneralizedTime: BerTag[src]
pub const GeneralString: BerTag[src]
pub const BmpString: BerTag[src]
pub const Invalid: BerTag[src]
Trait Implementations
impl Clone for BerTag[src]
impl Copy for BerTag[src]
impl Debug for BerTag[src]
impl Display for BerTag[src]
impl Eq for BerTag[src]
impl PartialEq<BerTag> for BerTag[src]
impl StructuralEq for BerTag[src]
impl StructuralPartialEq for BerTag[src]
Auto Trait Implementations
impl RefUnwindSafe for BerTag
impl Send for BerTag
impl Sync for BerTag
impl Unpin for BerTag
impl UnwindSafe for BerTag
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,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,