Struct postgres_shared::params::User [] [src]

pub struct User { /* fields omitted */ }

Authentication information.

Methods

impl User
[src]

The username.

An optional password.

Trait Implementations

impl Clone for User
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for User
[src]

Formats the value using the given formatter.