Crate ruma_serde_macros

Crate ruma_serde_macros 

Source

Derive Macros§

AsRefStr
DeserializeFromCowStr
DisplayAsRefStr
FromString
OrdAsRefStr
Outgoing
Derive the Outgoing trait, possibly generating an ‘Incoming’ version of the struct this derive macro is used on.
PartialEqAsRefStr
PartialOrdAsRefStr
SerializeAsRefStr
StringEnum
Shorthand for the derives AsRefStr, FromString, DisplayAsRefStr, SerializeAsRefStr and DeserializeFromCowStr.