Struct github::activity::Repository [-] [+] [src]

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

Documentation References: https://developer.github.com/v3/activity/ All Activity::Events have the same response format. The following structs represent this info found as a json response. Repository contains all info regarding a git repository.

Fields

id
name
url

Trait Implementations

Derived Implementations

impl Decodable for Repository

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<Repository, Error>

impl Debug for Repository

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