All struct output currently uses {:?} debug presentation. While, convenient, it's not very readable in many situations.
{:?}
Structs should implement Display.
Display