Enum sv_parser::CheckerGenerateItem
source · pub enum CheckerGenerateItem {
LoopGenerateConstruct(Box<LoopGenerateConstruct, Global>),
ConditionalGenerateConstruct(Box<ConditionalGenerateConstruct, Global>),
GenerateRegion(Box<GenerateRegion, Global>),
ElaborationSystemTask(Box<ElaborationSystemTask, Global>),
}
Variants§
LoopGenerateConstruct(Box<LoopGenerateConstruct, Global>)
ConditionalGenerateConstruct(Box<ConditionalGenerateConstruct, Global>)
GenerateRegion(Box<GenerateRegion, Global>)
ElaborationSystemTask(Box<ElaborationSystemTask, Global>)
Trait Implementations§
source§impl Clone for CheckerGenerateItem
impl Clone for CheckerGenerateItem
source§fn clone(&self) -> CheckerGenerateItem
fn clone(&self) -> CheckerGenerateItem
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 CheckerGenerateItem
impl Debug for CheckerGenerateItem
source§impl<'a> From<&'a CheckerGenerateItem> for RefNode<'a>
impl<'a> From<&'a CheckerGenerateItem> for RefNode<'a>
source§fn from(x: &'a CheckerGenerateItem) -> RefNode<'a>
fn from(x: &'a CheckerGenerateItem) -> RefNode<'a>
Converts to this type from the input type.
source§impl<'a> From<&'a CheckerGenerateItem> for RefNodes<'a>
impl<'a> From<&'a CheckerGenerateItem> for RefNodes<'a>
source§fn from(x: &'a CheckerGenerateItem) -> RefNodes<'a>
fn from(x: &'a CheckerGenerateItem) -> RefNodes<'a>
Converts to this type from the input type.
source§impl From<CheckerGenerateItem> for AnyNode
impl From<CheckerGenerateItem> for AnyNode
source§fn from(x: CheckerGenerateItem) -> AnyNode
fn from(x: CheckerGenerateItem) -> AnyNode
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a CheckerGenerateItem
impl<'a> IntoIterator for &'a CheckerGenerateItem
source§impl PartialEq<CheckerGenerateItem> for CheckerGenerateItem
impl PartialEq<CheckerGenerateItem> for CheckerGenerateItem
source§fn eq(&self, other: &CheckerGenerateItem) -> bool
fn eq(&self, other: &CheckerGenerateItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.