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]

[src]

list of branches for this repo

[src]

provides an stream over branches for this repo

[src]

gets a branch for this repo by name

[src]

update branch production for a given branch

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

Trait Implementations

Auto Trait Implementations

impl<C> !Send for Branches<C>

impl<C> !Sync for Branches<C>