Idiomatic string parmeter types: &str vs AsRef<str> vs Into<String>

This is a good point. Perhaps Into<String> is enough for this use case, as it's more or less a construct-time-only of long-lived, rarely constructed beyond startup structs.