pub struct Repository<C>where
    C: Clone + Connect + 'static,
{ /* private fields */ }

Implementations

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 content 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

get a reference to contributors associated with this repository ref

get a reference of traffic associated with this repository ref

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.