Enum wasm_encoder::adapter::ExportKind [−][src]
pub enum ExportKind {
Instance,
Module,
Function,
Table,
Memory,
Global,
}
Expand description
Represents the expected export kind for an alias.
Variants
Instance
The alias is to an instance.
Module
The alias is to a module.
Function
The alias is to a function.
Table
The alias is to a table.
Memory
The alias is to a memory.
Global
The alias is to a global.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExportKind
impl Send for ExportKind
impl Sync for ExportKind
impl Unpin for ExportKind
impl UnwindSafe for ExportKind
Blanket Implementations
Mutably borrows from an owned value. Read more