Struct github_rs::github::Org
[−]
[src]
pub struct Org {
pub id: u64,
pub login: String,
pub gravatar_id: String,
pub avatar_url: String,
pub url: String,
}Fields
id: u64
login: String
gravatar_id: String
avatar_url: String
url: String
Trait Implementations
impl PartialEq for Org[src]
fn eq(&self, __arg_0: &Org) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Org) -> bool
This method tests for !=.