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
_account_id: Option<u64>
name: Option<String>
email: Option<String>
secondary_emails: Option<Vec<String>>
username: Option<String>
_more_accounts: Option<String>
Trait Implementations
impl Debug for AccountInfo
[src]
impl Clone for AccountInfo
[src]
fn clone(&self) -> AccountInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more