Struct parity_wasm::elements::ExportEntry
source · pub struct ExportEntry { /* private fields */ }
Expand description
Export entry.
Implementations
sourceimpl ExportEntry
impl ExportEntry
sourcepub fn internal_mut(&mut self) -> &mut Internal
pub fn internal_mut(&mut self) -> &mut Internal
Internal reference of the export entry (mutable).
Trait Implementations
sourceimpl Clone for ExportEntry
impl Clone for ExportEntry
sourcefn clone(&self) -> ExportEntry
fn clone(&self) -> ExportEntry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ExportEntry
impl Debug for ExportEntry
sourceimpl Deserialize for ExportEntry
impl Deserialize for ExportEntry
sourceimpl PartialEq<ExportEntry> for ExportEntry
impl PartialEq<ExportEntry> for ExportEntry
sourcefn eq(&self, other: &ExportEntry) -> bool
fn eq(&self, other: &ExportEntry) -> bool
sourceimpl Serialize for ExportEntry
impl Serialize for ExportEntry
impl StructuralPartialEq for ExportEntry
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more