Struct tokio_postgres::params::User [] [src]

pub struct User { /* fields omitted */ }

Authentication information.

Methods

impl User
[src]

The username.

An optional password.

Trait Implementations

impl Debug for User
[src]

Formats the value using the given formatter.

impl Clone for User
[src]