#[derive(SerializeAsRefStr)]
Derive the Serialize trait using the AsRef<str> implementation of the type.
Serialize
AsRef<str>