Struct gerritlib::entities::AccountInfo [] [src]

pub struct AccountInfo {
    pub _account_id: Option<u64>,
    pub name: Option<String>,
    pub email: Option<String>,
    pub secondary_emails: Option<Vec<String>>,
    pub username: Option<String>,
    pub _more_accounts: Option<String>,
}

Fields

Trait Implementations

impl Debug for AccountInfo
[src]

Formats the value using the given formatter.

impl Clone for AccountInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more