Struct gear_wasm::elements::ExportEntry
source · pub struct ExportEntry { /* private fields */ }
Expand description
Export entry.
Implementations§
source§impl 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§
source§impl Clone for ExportEntry
impl Clone for ExportEntry
source§fn clone(&self) -> ExportEntry
fn clone(&self) -> ExportEntry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ExportEntry
impl Debug for ExportEntry
source§impl Deserialize for ExportEntry
impl Deserialize for ExportEntry
source§impl PartialEq for ExportEntry
impl PartialEq for ExportEntry
source§fn 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 ==
.source§impl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more