Class Raw::StructPatFieldList
INTERNAL: Do not use. A list of fields in a struct pattern.
For example:
let Foo { a, b } = foo;
// ^^^^^
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getField | Gets the |
| getNumberOfFields | Gets the number of fields of this struct pattern field list. |
| getRestPat | Gets the rest pattern of this struct pattern field list, if it exists. |
| toString |