Struct github::activity::Organisation [-] [+] [src]

pub struct Organisation {
    pub id: u64,
    pub login: String,
    pub gravatar_id: String,
    pub avatar_url: String,
    pub url: String,
}

Organisation contains all info on the organisation related to the event.

Fields

id
login
gravatar_id
avatar_url
url

Trait Implementations

Derived Implementations

impl Decodable for Organisation

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Organisation, Error>

impl Debug for Organisation

fn fmt(&self, __arg_0: &mut Formatter) -> Result