pub struct ModuleNameSection { /* private fields */ }Expand description
The name of this module.
Implementations§
Trait Implementations§
Source§impl Clone for ModuleNameSection
impl Clone for ModuleNameSection
Source§fn clone(&self) -> ModuleNameSection
fn clone(&self) -> ModuleNameSection
Returns a duplicate 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 ModuleNameSection
impl Debug for ModuleNameSection
Source§impl Deserialize for ModuleNameSection
impl Deserialize for ModuleNameSection
Source§impl PartialEq for ModuleNameSection
impl PartialEq for ModuleNameSection
Source§impl Serialize for ModuleNameSection
impl Serialize for ModuleNameSection
impl StructuralPartialEq for ModuleNameSection
Auto Trait Implementations§
impl Freeze for ModuleNameSection
impl RefUnwindSafe for ModuleNameSection
impl Send for ModuleNameSection
impl Sync for ModuleNameSection
impl Unpin for ModuleNameSection
impl UnwindSafe for ModuleNameSection
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