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 Hash for User
[src]

[src]

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

impl Eq for User
[src]

impl PartialEq<User> for User
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for User
[src]

[src]

Formats the value using the given formatter.