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

Trait Implementations

impl Debug for Meta
[src]

Formats the value using the given formatter.

impl PartialEq for Meta
[src]

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

This method tests for !=.