Struct hubcaps::rep::RepoDetails [] [src]

pub struct RepoDetails {
    pub id: u64,
    pub owner: User,
    pub name: String,
    pub full_name: String,
}

Fields

Trait Implementations

impl Debug for RepoDetails
[src]

Formats the value using the given formatter.