1error: `#[derive(ValueEnum)]` only supports enums
2 --> tests/derive_ui/value_enum_on_struct.rs:3:10
3 |
43 | #[derive(ValueEnum, Clone, Debug)]
5 | ^^^^^^^^^
6 |
7 = note: this error originates in the derive macro `ValueEnum` (in Nightly builds, run with -Z macro-backtrace for more info)
8