If a function takes `impl Into<String>` it would be nice to pass it a `&String` (say, from pattern matching) without additional friction. https://github.com/rust-lang/rust/pull/59825 implements this.