A query select $1::regclass (textual representation of a table oid) passed an &str tablename yields the error:
error serializing parameter 0: cannot convert between the Rust type `&str` and the Postgres type `regclass`
It's easy to work around (select $1::text::regclass) so I'm raising this issue to document that, but it'd be nice to get the conversions set up for regclass, regtype, regproc, regnamespace, etc!