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

public
repo
actor
org
event
created_at
commit_id
id

Trait Implementations

Derived Implementations

impl Decodable for IssueEventResponse

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

impl Debug for IssueEventResponse

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