[][src]Enum wasmbin::sections::CustomSection

pub enum CustomSection {
    Name(Lazy<Vec<NameSubSection>>),
    Other(RawCustomSection),
}

Variants

Trait Implementations

impl Arbitrary for CustomSection[src]

impl Clone for CustomSection[src]

impl Debug for CustomSection[src]

impl Decode for CustomSection[src]

impl Encode for CustomSection[src]

impl Eq for CustomSection[src]

impl From<CustomSection> for Section[src]

impl Hash for CustomSection[src]

impl PartialEq<CustomSection> for CustomSection[src]

impl StructuralEq for CustomSection[src]

impl StructuralPartialEq for CustomSection[src]

impl Visit for CustomSection where
    Self: 'static, 
[src]

Auto Trait Implementations

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.