Class TupleFieldContent
A tuple field belonging to either a variant or a struct.
Import path
import codeql.rust.dataflow.internal.ContentDirect supertypes
Predicates
| getAnAccess | Gets an access to this field. |
| getField | Gets the tuple field. |
| getLocation | Gets the location of this content. |
| isStructField | Holds if this field belongs to a struct. |
| isVariantField | Holds if this field belongs to an enum variant. |
| toString | Gets a textual representation of this content. |