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