ReadonlyenumA link to the defined enum type the value belongs to.
ReadonlykindOptional ReadonlyvalueThe variant payload — a struct value for struct variants or a tuple value for tuple variants. Omitted for unit variants.
ReadonlyvariantThe name of the selected variant.
A concrete value of a defined enum: a variant identifier plus an optional payload.