Struct github_rs::github::Event
[−]
[src]
pub struct Event { pub public: bool, pub payload: Vec<String>, pub repo: Repo, pub actor: Actor, pub org: Org, pub created_at: String, pub id: String, }
Fields
public: bool
payload: Vec<String>
repo: Repo
actor: Actor
org: Org
created_at: String
id: String
Trait Implementations
impl PartialEq for Event
[src]
fn eq(&self, __arg_0: &Event) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Event) -> bool
This method tests for !=
.