Struct parity_wasm_cp::elements::ImportEntry[][src]

pub struct ImportEntry { /* fields omitted */ }

Import entry.

Methods

impl ImportEntry
[src]

New import entry.

Module reference of the import entry.

Module reference of the import entry (mutable).

Field reference of the import entry.

Field reference of the import entry (mutable)

Local binidng of the import entry.

Local binidng of the import entry (mutable)

Trait Implementations

impl Debug for ImportEntry
[src]

Formats the value using the given formatter. Read more

impl Clone for ImportEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ImportEntry
[src]

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

This method tests for !=.

impl Deserialize for ImportEntry
[src]

Serialization error produced by deserialization routine.

Deserialize type from serial i/o

impl Serialize for ImportEntry
[src]

Serialization error produced by serialization routine.

Serialize type to serial i/o

Auto Trait Implementations

impl Send for ImportEntry

impl Sync for ImportEntry