Struct hubcaps::repositories::Repository[][src]

pub struct Repository<C> where
    C: Clone + Connect
{ /* fields omitted */ }

Methods

impl<C: Clone + Connect> Repository<C>
[src]

get a reference to the GitHub repository object that this Repository refers to

https://developer.github.com/v3/repos/#edit

get a reference to branch operations

get a reference to git operations

get a reference to repo hook operations

get a reference to deployments associated with this repository ref

get a reference to a specific github issue associated with this repository ref

get a reference to github issues associated with this repository ref

get a reference to deploy keys associated with this repository ref

get a list of labels associated with this repository ref

get a list of pulls associated with this repository ref

get a reference to releases associated with this repository ref

get a reference to statuses associated with this repository ref

get a reference to teams associated with this repository ref

Auto Trait Implementations

impl<C> !Send for Repository<C>

impl<C> !Sync for Repository<C>