Something, Everything, and Nothing for Everyone.
```rust
pub enum Quantified { None, Some(T), Excluding(T), All, } ```