[−][src]Struct parity_wasm::elements::ImportEntry
Import entry.
Methods
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 Deserialize for ImportEntry
[src]
type Error = Error
Serialization error produced by deserialization routine.
fn deserialize<R: Read>(reader: &mut R) -> Result<Self, Self::Error>
[src]
impl Serialize for ImportEntry
[src]
type Error = Error
Serialization error produced by serialization routine.
fn serialize<W: Write>(self, writer: &mut W) -> Result<(), Self::Error>
[src]
impl PartialEq<ImportEntry> for ImportEntry
[src]
fn eq(&self, other: &ImportEntry) -> bool
[src]
fn ne(&self, other: &ImportEntry) -> bool
[src]
impl Clone for ImportEntry
[src]
fn clone(&self) -> ImportEntry
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for ImportEntry
[src]
Auto Trait Implementations
impl Send for ImportEntry
impl Sync for ImportEntry
Blanket Implementations
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
ⓘImportant traits for &'_ mut Rfn borrow_mut(&mut self) -> &mut T
[src]
ⓘImportant traits for &'_ mut R
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,