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

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

Methods

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

[src]

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

[src]

[src]

get a reference to branch operations

[src]

get a reference to git operations

[src]

get a reference to repo hook operations

[src]

get a reference to deployments associated with this repository ref

[src]

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

[src]

get a reference to github issues associated with this repository ref

[src]

get a reference to deploy keys associated with this repository ref

[src]

get a list of labels associated with this repository ref

[src]

get a list of pulls associated with this repository ref

[src]

get a reference to releases associated with this repository ref

[src]

get a reference to statuses associated with this repository ref

[src]

get a reference to teams associated with this repository ref