Struct github_rs::github::Meta
[−]
[src]
pub struct Meta { pub verifiable_password_authentication: bool, pub github_services_sha: String, pub hooks: Vec<String>, pub git: Vec<String>, pub pages: Vec<String>, pub importer: Vec<String>, }
Fields
verifiable_password_authentication: bool
github_services_sha: String
hooks: Vec<String>
git: Vec<String>
pages: Vec<String>
importer: Vec<String>
Trait Implementations
impl PartialEq for Meta
[src]
fn eq(&self, __arg_0: &Meta) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Meta) -> bool
This method tests for !=
.