Add more specific `into_*` conversion functions to specific JID subtypes
Jonas Schäfer
created
This is necessary because `into_inner()` as implemented on Jid
consumes the value. That means it cannot be called through Deref
(because that only takes a reference).