Struct parity_wasm::elements::ImportEntry [] [src]

pub struct ImportEntry { /* fields omitted */ }

Import entry.

Methods

impl ImportEntry
[src]

[src]

New import entry.

[src]

Module reference of the import entry.

[src]

Module reference of the import entry (mutable).

[src]

Field reference of the import entry.

[src]

Field reference of the import entry (mutable)

[src]

Local binidng of the import entry.

[src]

Local binidng of the import entry (mutable)

Trait Implementations

impl Debug for ImportEntry
[src]

[src]

Formats the value using the given formatter.

impl Clone for ImportEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deserialize for ImportEntry
[src]

Serialization error produced by deserialization routine.

[src]

Deserialize type from serial i/o

impl Serialize for ImportEntry
[src]

Serialization error produced by serialization routine.

[src]

Serialize type to serial i/o