Enum sv_parser_syntaxtree::expressions::primaries::Primary[][src]

pub enum Primary {
Show 15 variants PrimaryLiteral(Box<PrimaryLiteral>), Hierarchical(Box<PrimaryHierarchical>), EmptyUnpackedArrayConcatenation(Box<EmptyUnpackedArrayConcatenation>), Concatenation(Box<PrimaryConcatenation>), MultipleConcatenation(Box<PrimaryMultipleConcatenation>), FunctionSubroutineCall(Box<FunctionSubroutineCall>), LetExpression(Box<LetExpression>), MintypmaxExpression(Box<PrimaryMintypmaxExpression>), Cast(Box<Cast>), AssignmentPatternExpression(Box<AssignmentPatternExpression>), StreamingConcatenation(Box<StreamingConcatenation>), SequenceMethodCall(Box<SequenceMethodCall>), This(Box<Keyword>), Dollar(Box<Keyword>), Null(Box<Keyword>),
}

Variants

PrimaryLiteral(Box<PrimaryLiteral>)

Tuple Fields of PrimaryLiteral

0: Box<PrimaryLiteral>
Hierarchical(Box<PrimaryHierarchical>)

Tuple Fields of Hierarchical

0: Box<PrimaryHierarchical>
EmptyUnpackedArrayConcatenation(Box<EmptyUnpackedArrayConcatenation>)

Tuple Fields of EmptyUnpackedArrayConcatenation

0: Box<EmptyUnpackedArrayConcatenation>
Concatenation(Box<PrimaryConcatenation>)

Tuple Fields of Concatenation

0: Box<PrimaryConcatenation>
MultipleConcatenation(Box<PrimaryMultipleConcatenation>)

Tuple Fields of MultipleConcatenation

0: Box<PrimaryMultipleConcatenation>
FunctionSubroutineCall(Box<FunctionSubroutineCall>)

Tuple Fields of FunctionSubroutineCall

0: Box<FunctionSubroutineCall>
LetExpression(Box<LetExpression>)

Tuple Fields of LetExpression

0: Box<LetExpression>
MintypmaxExpression(Box<PrimaryMintypmaxExpression>)

Tuple Fields of MintypmaxExpression

0: Box<PrimaryMintypmaxExpression>
Cast(Box<Cast>)

Tuple Fields of Cast

0: Box<Cast>
AssignmentPatternExpression(Box<AssignmentPatternExpression>)

Tuple Fields of AssignmentPatternExpression

0: Box<AssignmentPatternExpression>
StreamingConcatenation(Box<StreamingConcatenation>)

Tuple Fields of StreamingConcatenation

0: Box<StreamingConcatenation>
SequenceMethodCall(Box<SequenceMethodCall>)

Tuple Fields of SequenceMethodCall

0: Box<SequenceMethodCall>
This(Box<Keyword>)

Tuple Fields of This

0: Box<Keyword>
Dollar(Box<Keyword>)

Tuple Fields of Dollar

0: Box<Keyword>
Null(Box<Keyword>)

Tuple Fields of Null

0: Box<Keyword>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.