Enum bsn1::ClassTag[][src]

#[repr(u8)]pub enum ClassTag {
    Universal,
    Application,
    ContextSpecific,
    Private,
}

ClassTag represents Tag class of identifier.

Variants

Universal

Universal Tag

Application

Application Tag

ContextSpecific

Context-Specific Tag

Private

Private Tag

Trait Implementations

impl Clone for ClassTag[src]

impl Copy for ClassTag[src]

impl Debug for ClassTag[src]

impl Eq for ClassTag[src]

impl Hash for ClassTag[src]

impl Ord for ClassTag[src]

impl PartialEq<ClassTag> for ClassTag[src]

impl PartialOrd<ClassTag> for ClassTag[src]

impl StructuralEq for ClassTag[src]

impl StructuralPartialEq for ClassTag[src]

Auto Trait Implementations

impl RefUnwindSafe for ClassTag

impl Send for ClassTag

impl Sync for ClassTag

impl Unpin for ClassTag

impl UnwindSafe for ClassTag

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.