Struct sv_parser_syntaxtree::source_text::module_items::ModuleOrGenerateItemDeclarationDisable   
source · 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 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<'a> From<&'a ModuleOrGenerateItemDeclarationDisable> for RefNode<'a>
 
impl<'a> From<&'a ModuleOrGenerateItemDeclarationDisable> for RefNode<'a>
source§fn from(x: &'a ModuleOrGenerateItemDeclarationDisable) -> Self
 
fn from(x: &'a ModuleOrGenerateItemDeclarationDisable) -> Self
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) -> Self
 
fn from(x: &'a ModuleOrGenerateItemDeclarationDisable) -> Self
Converts to this type from the input type.
source§impl From<ModuleOrGenerateItemDeclarationDisable> for AnyNode
 
impl From<ModuleOrGenerateItemDeclarationDisable> for AnyNode
source§fn from(x: ModuleOrGenerateItemDeclarationDisable) -> Self
 
fn from(x: ModuleOrGenerateItemDeclarationDisable) -> Self
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<ModuleOrGenerateItemDeclarationDisable> for ModuleOrGenerateItemDeclarationDisable
 
impl PartialEq<ModuleOrGenerateItemDeclarationDisable> for ModuleOrGenerateItemDeclarationDisable
source§fn eq(&self, other: &ModuleOrGenerateItemDeclarationDisable) -> bool
 
fn eq(&self, other: &ModuleOrGenerateItemDeclarationDisable) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.