Derive Macrosยง
- All
- Adds an function
allto enum, returning an array with all variants of the enum - From
ToStr - Implements
AsRef<str>,Into<String>,Display(thereforeToString),FromStr,TryFrom<String>,SerializeandDeserializefor enum. - Not
- Implements
Notfor enum.