Struct github::activity::EventResponse [] [src]

pub struct EventResponse {
    pub public: bool,
    pub repo: Repository,
    pub actor: Actor,
    pub org: Option<Organisation>,
    pub created_at: String,
    pub id: String,
}

EventResponse represents the response for almost all event requests found in activity::events with issues as an exception.

Fields

Trait Implementations

impl Debug for EventResponse
[src]

Formats the value using the given formatter.

impl Decodable for EventResponse
[src]

Deserialize a value using a Decoder.