Struct tokio_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 Clone for User
[src]

[src]

impl Debug for User
[src]

[src]

Formats the value using the given formatter.