Struct sv_parser_syntaxtree::source_text::configuration_source_text::ConfigRuleStatementCellUse
source · [−]pub struct ConfigRuleStatementCellUse {
pub nodes: (CellClause, UseClause, Symbol),
}Fields
nodes: (CellClause, UseClause, Symbol)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 ConfigRuleStatementCellUse
impl Send for ConfigRuleStatementCellUse
impl Sync for ConfigRuleStatementCellUse
impl Unpin for ConfigRuleStatementCellUse
impl UnwindSafe for ConfigRuleStatementCellUse
Blanket Implementations
Mutably borrows from an owned value. Read more