[][src]Enum yasna::PCBit

pub enum PCBit {
    Primitive,
    Constructed,
}

A value of the ASN.1 primitive/constructed ("P/C") bit.

Variants

Primitive

The bit's value is "Primitive"

Constructed

The bit's value is "Constructed"

Trait Implementations

impl Clone for PCBit[src]

impl Copy for PCBit[src]

impl Debug for PCBit[src]

impl Eq for PCBit[src]

impl Hash for PCBit[src]

impl Ord for PCBit[src]

impl PartialEq<PCBit> for PCBit[src]

impl PartialOrd<PCBit> for PCBit[src]

impl StructuralEq for PCBit[src]

impl StructuralPartialEq for PCBit[src]

Auto Trait Implementations

impl RefUnwindSafe for PCBit

impl Send for PCBit

impl Sync for PCBit

impl Unpin for PCBit

impl UnwindSafe for PCBit

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.