Struct 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.
Trait Implementations
impl Debug for User
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter.