Struct sv_parser_syntaxtree::behavioral_statements::conditional_statements::ConditionalStatement
source · [−]pub struct ConditionalStatement {
pub nodes: (Option<UniquePriority>, Keyword, Paren<CondPredicate>, StatementOrNull, Vec<(Keyword, Keyword, Paren<CondPredicate>, StatementOrNull)>, Option<(Keyword, StatementOrNull)>),
}Fields
nodes: (Option<UniquePriority>, Keyword, Paren<CondPredicate>, StatementOrNull, Vec<(Keyword, Keyword, Paren<CondPredicate>, StatementOrNull)>, Option<(Keyword, StatementOrNull)>)Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ConditionalStatement
impl Send for ConditionalStatement
impl Sync for ConditionalStatement
impl Unpin for ConditionalStatement
impl UnwindSafe for ConditionalStatement
Blanket Implementations
Mutably borrows from an owned value. Read more