#[derive(EqAsRefStr)]
Derive the PartialEq and Eq traits using the AsRef<str> implementation of the type.
PartialEq
Eq
AsRef<str>