Class Raw::StructExprFieldList
INTERNAL: Do not use. A list of fields in a struct expression.
For example:
Foo { a: 1, b: 2 }
// ^^^^^^^^^^^
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getAttr | Gets the |
| getField | Gets the |
| getNumberOfAttrs | Gets the number of attrs of this struct expression field list. |
| getNumberOfFields | Gets the number of fields of this struct expression field list. |
| getSpread | Gets the spread of this struct expression field list, if it exists. |
| toString |