Struct tokio_postgres::params::User []

pub struct User { /* fields omitted */ }

Authentication information.

Methods

impl User

The username.

An optional password.

Trait Implementations

impl Debug for User

Formats the value using the given formatter.

impl Clone for User