Derive Macros§
- AsRef
Str - Deserialize
From CowStr - Display
AsRef Str - From
String - OrdAs
RefStr - Outgoing
- Derive the
Outgoing
trait, possibly generating an ‘Incoming’ version of the struct this derive macro is used on. - Partial
EqAs RefStr - Partial
OrdAs RefStr - Serialize
AsRef Str - String
Enum - Shorthand for the derives
AsRefStr
,FromString
,DisplayAsRefStr
,SerializeAsRefStr
andDeserializeFromCowStr
.