#[non_exhaustive] pub enum E1 {} #[non_exhaustive] pub enum E2 { A, B } #[non_exhaustive] pub enum E3 { C } pub enum E4 { D }