[][src]Enum asterix::types::SUP

pub enum SUP {
    No,
    Yes,
}

Variants

No
Yes

Trait Implementations

impl Debug for SUP[src]

impl DekuContainerRead for SUP[src]

impl DekuContainerWrite for SUP[src]

impl DekuRead<()> for SUP[src]

impl DekuUpdate for SUP[src]

impl DekuWrite<()> for SUP[src]

impl PartialEq<SUP> for SUP[src]

impl StructuralPartialEq for SUP[src]

impl<'_> TryFrom<&'_ [u8]> for SUP[src]

type Error = DekuError

The type returned in the event of a conversion error.

impl TryFrom<SUP> for BitVec<Msb0, u8>[src]

type Error = DekuError

The type returned in the event of a conversion error.

impl TryFrom<SUP> for Vec<u8>[src]

type Error = DekuError

The type returned in the event of a conversion error.

Auto Trait Implementations

impl RefUnwindSafe for SUP

impl Send for SUP

impl Sync for SUP

impl Unpin for SUP

impl UnwindSafe for SUP

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, 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.