Struct postgres::params::User [] [src]

pub struct User { /* fields omitted */ }

Authentication information.

Methods

impl User
[src]

[src]

The username.

[src]

An optional password.

Trait Implementations

impl Debug for User
[src]

[src]

Formats the value using the given formatter.

impl Clone for User
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more