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