pub type StructTypeParameter = (bool, TypeVar, BTreeSet<Ability>);
A struct type parameter with its constraints and whether it’s declared as phantom.