Struct sv_parser::DisableStatementBlock
source · pub struct DisableStatementBlock {
pub nodes: (Keyword, HierarchicalBlockIdentifier, Symbol),
}
Fields§
§nodes: (Keyword, HierarchicalBlockIdentifier, Symbol)
Trait Implementations§
source§impl Clone for DisableStatementBlock
impl Clone for DisableStatementBlock
source§fn clone(&self) -> DisableStatementBlock
fn clone(&self) -> DisableStatementBlock
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 Debug for DisableStatementBlock
impl Debug for DisableStatementBlock
source§impl<'a> From<&'a DisableStatementBlock> for RefNode<'a>
impl<'a> From<&'a DisableStatementBlock> for RefNode<'a>
source§fn from(x: &'a DisableStatementBlock) -> RefNode<'a>
fn from(x: &'a DisableStatementBlock) -> RefNode<'a>
Converts to this type from the input type.
source§impl<'a> From<&'a DisableStatementBlock> for RefNodes<'a>
impl<'a> From<&'a DisableStatementBlock> for RefNodes<'a>
source§fn from(x: &'a DisableStatementBlock) -> RefNodes<'a>
fn from(x: &'a DisableStatementBlock) -> RefNodes<'a>
Converts to this type from the input type.
source§impl From<DisableStatementBlock> for AnyNode
impl From<DisableStatementBlock> for AnyNode
source§fn from(x: DisableStatementBlock) -> AnyNode
fn from(x: DisableStatementBlock) -> AnyNode
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a DisableStatementBlock
impl<'a> IntoIterator for &'a DisableStatementBlock
source§impl PartialEq<DisableStatementBlock> for DisableStatementBlock
impl PartialEq<DisableStatementBlock> for DisableStatementBlock
source§fn eq(&self, other: &DisableStatementBlock) -> bool
fn eq(&self, other: &DisableStatementBlock) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.