Since you're already using strum, you should be able to derive Display with it: https://docs.rs/strum/latest/strum/derive.Display.html
strum
Display
That should get you the desired result.