Enum web_assembler::ImportKind [] [src]

pub enum ImportKind {
    Function(TypeIndex),
    Table(TableType),
    Memory(MemoryType),
    Global(GlobalType),
}

Variants

Trait Implementations

impl Debug for ImportKind
[src]

[src]

Formats the value using the given formatter.

impl Clone for ImportKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Dump for ImportKind
[src]

[src]