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

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

Fields

Trait Implementations

impl Debug for Repo
[src]

Formats the value using the given formatter.

impl PartialEq for Repo
[src]

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

This method tests for !=.