pub struct ModuleDeclarationExternNonansi {
    pub nodes: (Keyword, ModuleNonansiHeader),
}Fields§
§nodes: (Keyword, ModuleNonansiHeader)Trait Implementations§
Source§impl Clone for ModuleDeclarationExternNonansi
 
impl Clone for ModuleDeclarationExternNonansi
Source§fn clone(&self) -> ModuleDeclarationExternNonansi
 
fn clone(&self) -> ModuleDeclarationExternNonansi
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<'a> From<&'a ModuleDeclarationExternNonansi> for RefNode<'a>
 
impl<'a> From<&'a ModuleDeclarationExternNonansi> for RefNode<'a>
Source§fn from(x: &'a ModuleDeclarationExternNonansi) -> Self
 
fn from(x: &'a ModuleDeclarationExternNonansi) -> Self
Converts to this type from the input type.
Source§impl<'a> From<&'a ModuleDeclarationExternNonansi> for RefNodes<'a>
 
impl<'a> From<&'a ModuleDeclarationExternNonansi> for RefNodes<'a>
Source§fn from(x: &'a ModuleDeclarationExternNonansi) -> Self
 
fn from(x: &'a ModuleDeclarationExternNonansi) -> Self
Converts to this type from the input type.
Source§impl From<ModuleDeclarationExternNonansi> for AnyNode
 
impl From<ModuleDeclarationExternNonansi> for AnyNode
Source§fn from(x: ModuleDeclarationExternNonansi) -> Self
 
fn from(x: ModuleDeclarationExternNonansi) -> Self
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a ModuleDeclarationExternNonansi
 
impl<'a> IntoIterator for &'a ModuleDeclarationExternNonansi
Source§impl PartialEq for ModuleDeclarationExternNonansi
 
impl PartialEq for ModuleDeclarationExternNonansi
Source§fn eq(&self, other: &ModuleDeclarationExternNonansi) -> bool
 
fn eq(&self, other: &ModuleDeclarationExternNonansi) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a ModuleDeclarationExternNonansi> for Locate
 
impl<'a> TryFrom<&'a ModuleDeclarationExternNonansi> for Locate
impl StructuralPartialEq for ModuleDeclarationExternNonansi
Auto Trait Implementations§
impl Freeze for ModuleDeclarationExternNonansi
impl RefUnwindSafe for ModuleDeclarationExternNonansi
impl Send for ModuleDeclarationExternNonansi
impl Sync for ModuleDeclarationExternNonansi
impl Unpin for ModuleDeclarationExternNonansi
impl UnwindSafe for ModuleDeclarationExternNonansi
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