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
type_: String
public: bool
payload: Vec<String>
repo: Repo
actor: Actor
org: Org
created_at: String
id: String
Trait Implementations
Formats the value using the given formatter.
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 !=
.