Struct tokio_postgres::params::User
[−]
[src]
pub struct User { /* fields omitted */ }Authentication information.
Methods
impl User[src]
fn name(&self) -> &str[src]
The username.
fn password(&self) -> Option<&str>[src]
An optional password.