Struct github_rs::github::Event [] [src]

pub struct Event {
    pub type_: String,
    pub public: bool,
    pub payload: Vec<String>,
    pub repo: Repo,
    pub actor: Actor,
    pub org: Org,
    pub created_at: String,
    pub id: String,
}

Fields

Trait Implementations

impl Debug for Event
[src]

Formats the value using the given formatter.

impl PartialEq for Event
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.