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