Struct parity_wasm::elements::ExportEntry [−][src]
pub struct ExportEntry { /* fields omitted */ }
Export entry.
Implementations
impl ExportEntry
[src]
impl ExportEntry
[src]pub fn new(field: String, internal: Internal) -> Self
[src][−]
New export entry.
pub fn field(&self) -> &str
[src][−]
Public name.
pub fn field_mut(&mut self) -> &mut String
[src][−]
Public name (mutable).
pub fn internal(&self) -> &Internal
[src][−]
Internal reference of the export entry.
pub fn internal_mut(&mut self) -> &mut Internal
[src][−]
Internal reference of the export entry (mutable).
Trait Implementations
impl Clone for ExportEntry
[src]
impl Clone for ExportEntry
[src]fn clone(&self) -> ExportEntry
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl Deserialize for ExportEntry
[src]
impl Deserialize for ExportEntry
[src]impl PartialEq<ExportEntry> for ExportEntry
[src]
impl PartialEq<ExportEntry> for ExportEntry
[src]fn eq(&self, other: &ExportEntry) -> bool
[src][−]
fn ne(&self, other: &ExportEntry) -> bool
[src][−]
impl Serialize for ExportEntry
[src]
impl Serialize for ExportEntry
[src]