pub const EXECUTION_CLASSES: [Execution; 5];Expand description
Every class, in a fixed order.
Kept as a list rather than derived, so adding a class is a decision that has to be made once here and then shows up everywhere it matters — including in the test that checks a permission for one class grants nothing else.