Struct parity_wasm::elements::ImportEntry
source · [−]pub struct ImportEntry { /* private fields */ }
Expand description
Import entry.
Implementations
New import entry.
Module reference of the import entry (mutable).
Local binidng of the import entry (mutable)
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ImportEntry
impl Send for ImportEntry
impl Sync for ImportEntry
impl Unpin for ImportEntry
impl UnwindSafe for ImportEntry
Blanket Implementations
Mutably borrows from an owned value. Read more