Struct github::activity::IssueEventResponse [] [src]

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

EventResponse represents the response for all issue event requests found in activity::events.

Fields

Trait Implementations

impl Debug for IssueEventResponse
[src]

Formats the value using the given formatter.

impl Decodable for IssueEventResponse
[src]

Deserialize a value using a Decoder.