Struct parity_wasm::elements::ModuleNameSubsection
source · [−]pub struct ModuleNameSubsection { /* private fields */ }
Expand description
The name of this module.
Implementations
Trait Implementations
Deserialize type from serial i/o
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more