Struct parity_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