Struct hubcaps::notifications::Repository[][src]

pub struct Repository {
    pub id: u32,
    pub node_id: String,
    pub name: String,
    pub full_name: String,
    pub owner: User,
    pub html_url: String,
}

Fields

Trait Implementations

impl Debug for Repository
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Repository

impl Sync for Repository