tokio_postgres::params
pub struct User { /* fields omitted */ }
Authentication information.
impl User
fn name(&self) -> &str
The username.
fn password(&self) -> Option<&str>
An optional password.
impl Clone for User
fn clone(&self) -> User
impl Debug for User
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.