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

public
repo
actor
org
created_at
id

Trait Implementations

Derived Implementations

impl Decodable for EventResponse

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

impl Debug for EventResponse

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