[][src]Struct wasmbin::builtins::Blob

pub struct Blob<T: Decode> { /* fields omitted */ }

Implementations

impl<T: Decode> Blob<T>[src]

Trait Implementations

impl<T: Decode + Arbitrary> Arbitrary for Blob<T>[src]

impl<T: Clone + Decode> Clone for Blob<T>[src]

impl<T: Decode + Debug> Debug for Blob<T>[src]

impl<T: Decode> Decode for Blob<T>[src]

impl<T: Default + Decode> Default for Blob<T>[src]

impl<T: Decode + Encode> Encode for Blob<T>[src]

impl<T: Eq + Decode> Eq for Blob<T>[src]

impl From<Blob<CustomSection>> for Section[src]

impl From<Blob<FuncId>> for Section[src]

impl From<Blob<Vec<Blob<FuncBody>>>> for Section[src]

impl From<Blob<Vec<Data>>> for Section[src]

impl From<Blob<Vec<Element>>> for Section[src]

impl From<Blob<Vec<Export>>> for Section[src]

impl From<Blob<Vec<FuncType>>> for Section[src]

impl From<Blob<Vec<Global>>> for Section[src]

impl From<Blob<Vec<Import>>> for Section[src]

impl From<Blob<Vec<MemType>>> for Section[src]

impl From<Blob<Vec<TableType>>> for Section[src]

impl From<Blob<Vec<TypeId>>> for Section[src]

impl<T: Decode> From<T> for Blob<T>[src]

impl<T: Hash + Decode> Hash for Blob<T>[src]

impl<T: PartialEq + Decode> PartialEq<Blob<T>> for Blob<T>[src]

impl<T: Decode> StructuralEq for Blob<T>[src]

impl<T: Decode> StructuralPartialEq for Blob<T>[src]

impl<T: Decode> Visit for Blob<T> where
    Self: 'static,
    Lazy<T>: Visit,
    T: Visit
[src]

impl<T: Decode + WasmbinCountable> WasmbinCountable for Blob<T>[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for Blob<T> where
    T: RefUnwindSafe + UnwindSafe

impl<T> Send for Blob<T> where
    T: Send

impl<T> !Sync for Blob<T>

impl<T> Unpin for Blob<T> where
    T: Unpin

impl<T> UnwindSafe for Blob<T> where
    T: UnwindSafe

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<!> for T[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.