Struct hubcaps::branches::Branches[][src]

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

reference to gists associated with a github user

Methods

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

list of branches for this repo

provides an stream over branches for this repo

gets a branch for this repo by name

update branch production for a given branch

https://developer.github.com/v3/repos/branches/#update-branch-protection

Auto Trait Implementations

impl<C> !Send for Branches<C>

impl<C> !Sync for Branches<C>