Struct moore_svlog_syntax::ast::GenerateCaseData [−][src]
pub struct GenerateCaseData {}Expand description
A case generate statement.
Trait Implementations
Get this node’s name, or None if it does not have one.
Describe this node for diagnostics in indefinite form, e.g. “entity”. Read more
Describe this node for diagnostics in definite form, e.g. “entity ‘top’”. Read more
Describe this node for diagnostics in indefinite form, e.g. “entity”.
Describe this node for diagnostics in definite form, e.g. “entity ‘top’”. Read more
Describe this node for diagnostics in indefinite form, e.g. “entity”.
Describe this node for diagnostics in definite form, e.g. “entity ‘top’”. Read more
Apply a function to each child node.
Apply a function to this node.
Auto Trait Implementations
impl RefUnwindSafe for GenerateCaseData
impl Send for GenerateCaseData
impl Sync for GenerateCaseData
impl Unpin for GenerateCaseData
impl UnwindSafe for GenerateCaseData
Blanket Implementations
Mutably borrows from an owned value. Read more