Structs§
- Pattern
Enum Variant - A pattern that destructures a specific variant of an enum to its inner value.
- Pattern
Fixed Size Array - A pattern that destructures a fixed size array into its elements.
- Pattern
Literal - Pattern
Missing - Pattern
Otherwise - Pattern
String Literal - Pattern
Struct - A pattern that destructures a struct to its fields.
- Pattern
Tuple - A pattern that destructures a tuple to its fields.
- Pattern
Variable - A pattern that binds the matched value to a variable.
- Query
Pattern Variables From Db - Query a function for variables of patterns defined within it.
Enums§
- Pattern
- Semantic representation of a Pattern.
Traits§
- Pattern
Variables Queryable - Polymorphic container of
Pattern
objects used for querying pattern variables.