Enum sv_parser_syntaxtree::declarations::declaration_assignments::VariableDeclAssignment
source · [−]pub enum VariableDeclAssignment {
Variable(Box<VariableDeclAssignmentVariable>),
DynamicArray(Box<VariableDeclAssignmentDynamicArray>),
Class(Box<VariableDeclAssignmentClass>),
}Variants
Variable(Box<VariableDeclAssignmentVariable>)
DynamicArray(Box<VariableDeclAssignmentDynamicArray>)
Class(Box<VariableDeclAssignmentClass>)
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 VariableDeclAssignment
impl Send for VariableDeclAssignment
impl Sync for VariableDeclAssignment
impl Unpin for VariableDeclAssignment
impl UnwindSafe for VariableDeclAssignment
Blanket Implementations
Mutably borrows from an owned value. Read more