Struct gitter::models::Repository [] [src]

pub struct Repository {
    pub id: u64,
    pub name: String,
    pub uri: String,
    pub private: bool,
    pub room: Option<Room>,
}

Github repository info

Fields

Repository ID

Repository name

Repository URI

Determines whether repository is private or not

Repository respective room

Trait Implementations

impl Debug for Repository
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Repository

impl Sync for Repository