[−][src]Struct parity_wasm::elements::ExportEntry
Export entry.
Implementations
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 Debug for ExportEntry
[src][+]
impl Deserialize for ExportEntry
[src][+]
impl PartialEq<ExportEntry> for ExportEntry
[src][+]
impl Serialize for ExportEntry
[src][+]
impl StructuralPartialEq for ExportEntry
[src]
Auto Trait Implementations
impl RefUnwindSafe for ExportEntry
impl Send for ExportEntry
impl Sync for ExportEntry
impl Unpin for ExportEntry
impl UnwindSafe for ExportEntry
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>,