Expand description
Concise trait implementations.
Macros
- Implements
Display
for structs by forwarding to one of its field. - Implement
AsMut
for a struct. - Implement
AsRef
for a struct. - Implement
Deref
for a struct. - Implement
DerefMut
for a struct. - Implements
Display
for enums using a static string or format args for each variant. - Implement
From
for a struct. - Implement
Into
for a struct.