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