Enum cranelift_isle::sema::TermArgPattern [−][src]
Expand description
Arguments to a term inside a pattern (i.e. an extractor).
Variants
Pattern(Pattern)
Tuple Fields
0: Pattern
A pattern to match sub-values (i.e. the extractor’s results) against.
Expr(Expr)
Tuple Fields
0: Expr
An expression to generate a value that is passed into the extractor.
Trait Implementations
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 TermArgPattern
impl Send for TermArgPattern
impl Sync for TermArgPattern
impl Unpin for TermArgPattern
impl UnwindSafe for TermArgPattern
Blanket Implementations
Mutably borrows from an owned value. Read more