Struct github_rs::github::Repo [] [src]

pub struct Repo {
    pub id: u64,
    pub name: String,
    pub url: String,
}

Fields

id: u64 name: String url: String

Trait Implementations

impl PartialEq for Repo
[src]

fn eq(&self, __arg_0: &Repo) -> bool

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

fn ne(&self, __arg_0: &Repo) -> bool

This method tests for !=.

impl Debug for Repo
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.