Enum wast::core::ModuleField
source · [−]pub enum ModuleField<'a> {
}
Expand description
A listing of all possible fields that can make up a WebAssembly module.
Variants
Type(Type<'a>)
Rec(Rec<'a>)
Import(Import<'a>)
Func(Func<'a>)
Table(Table<'a>)
Memory(Memory<'a>)
Global(Global<'a>)
Export(Export<'a>)
Start(Index<'a>)
Elem(Elem<'a>)
Data(Data<'a>)
Tag(Tag<'a>)
Custom(Custom<'a>)
Trait Implementations
sourceimpl<'a> Debug for ModuleField<'a>
impl<'a> Debug for ModuleField<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for ModuleField<'a>
impl<'a> Send for ModuleField<'a>
impl<'a> Sync for ModuleField<'a>
impl<'a> Unpin for ModuleField<'a>
impl<'a> UnwindSafe for ModuleField<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more