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

Trait Implementations

impl Debug for Organisation
[src]

Formats the value using the given formatter.

impl Decodable for Organisation
[src]

Deserialize a value using a Decoder.