Struct gear_wasm::elements::ModuleNameSubsection
source · pub struct ModuleNameSubsection { /* private fields */ }
Expand description
The name of this module.
Implementations§
Trait Implementations§
source§impl Clone for ModuleNameSubsection
impl Clone for ModuleNameSubsection
source§fn clone(&self) -> ModuleNameSubsection
fn clone(&self) -> ModuleNameSubsection
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 ModuleNameSubsection
impl Debug for ModuleNameSubsection
source§impl Deserialize for ModuleNameSubsection
impl Deserialize for ModuleNameSubsection
source§fn deserialize<R: Read>(rdr: &mut R) -> Result<ModuleNameSubsection, Error>
fn deserialize<R: Read>(rdr: &mut R) -> Result<ModuleNameSubsection, Error>
Deserialize type from serial i/o
source§impl PartialEq for ModuleNameSubsection
impl PartialEq for ModuleNameSubsection
source§fn eq(&self, other: &ModuleNameSubsection) -> bool
fn eq(&self, other: &ModuleNameSubsection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ModuleNameSubsection
impl Serialize for ModuleNameSubsection
impl StructuralPartialEq for ModuleNameSubsection
Auto Trait Implementations§
impl RefUnwindSafe for ModuleNameSubsection
impl Send for ModuleNameSubsection
impl Sync for ModuleNameSubsection
impl Unpin for ModuleNameSubsection
impl UnwindSafe for ModuleNameSubsection
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