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. Read more

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 PartialEq for ImportEntry
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

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

Auto Trait Implementations

impl Send for ImportEntry

impl Sync for ImportEntry