Struct goji::User[][src]

pub struct User {
    pub active: bool,
    pub avatar_urls: BTreeMap<String, String>,
    pub display_name: String,
    pub email_address: String,
    pub key: Option<String>,
    pub name: String,
    pub self_link: String,
    pub timezone: Option<String>,
}

Fields

Trait Implementations

impl Debug for User
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for User

impl Sync for User