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 more
sourceimpl 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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ExportEntry) -> bool
fn ne(&self, other: &ExportEntry) -> bool
This method tests for !=
.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more