Struct sv_parser_syntaxtree::behavioral_statements::patterns::AssignmentPatternVariableLvalue
source · [−]pub struct AssignmentPatternVariableLvalue {
pub nodes: (ApostropheBrace<List<Symbol, VariableLvalue>>,),
}Fields
nodes: (ApostropheBrace<List<Symbol, VariableLvalue>>,)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 Send for AssignmentPatternVariableLvalue
impl Sync for AssignmentPatternVariableLvalue
impl Unpin for AssignmentPatternVariableLvalue
Blanket Implementations
Mutably borrows from an owned value. Read more