Datatype Descriptor
interface DatatypeDescriptor
Describes a Move Datatype.
Properties
Link copied to clipboard
PackageId of the package where this Datatype is defined.
Link copied to clipboard
Set of fields if this Datatype is a struct.
Link copied to clipboard
Indicates whether this datatype is a 'STRUCT' or an 'ENUM'
Link copied to clipboard
Returns the field-presence view for this DatatypeDescriptor instance.
Link copied to clipboard
Ability constraints and phantom status for this type's generic type parameters
Link copied to clipboard
Set of variants if this Datatype is an enum.