[−][src]Struct parity_wasm::elements::ImportEntry
Import entry.
Implementations
impl ImportEntry
[src][−]
pub fn new(module_str: String, field_str: String, external: External) -> Self
[src][−]
New import entry.
pub fn module(&self) -> &str
[src][−]
Module reference of the import entry.
pub fn module_mut(&mut self) -> &mut String
[src][−]
Module reference of the import entry (mutable).
pub fn field(&self) -> &str
[src][−]
Field reference of the import entry.
pub fn field_mut(&mut self) -> &mut String
[src][−]
Field reference of the import entry (mutable)
pub fn external(&self) -> &External
[src][−]
Local binidng of the import entry.
pub fn external_mut(&mut self) -> &mut External
[src][−]
Local binidng of the import entry (mutable)
Trait Implementations
impl Clone for ImportEntry
[src][+]
impl Debug for ImportEntry
[src][+]
impl Deserialize for ImportEntry
[src][+]
impl PartialEq<ImportEntry> for ImportEntry
[src][+]
impl Serialize for ImportEntry
[src][+]
impl StructuralPartialEq for ImportEntry
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,