macro_rules! debug_from_display { ($thing:ident) => { ... }; }
Implements Debug by calling through to Display.
Debug
Display