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