Crate ruma_serde_macros[][src]

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. Specifically, if no lifetime variables are used on any of the fields of the struct, this simple implementation will be generated:

PartialEqAsRefStr
PartialOrdAsRefStr
SerializeAsRefStr
StringEnum

Shorthand for the derives AsRefStr, FromString, DisplayAsRefStr, SerializeAsRefStr and DeserializeFromCowStr.