Struct server::auth::User [] [src]

pub struct User {
    pub _name: String,
    pub _currentDatabase: Option<Database>,
}

Contains information about the user that opened the connection. Is used for every type of access control.

Fields

_name
_currentDatabase