Struct hubcaps::pull_commits::PullCommits[][src]

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

A structure for interfacing with a pull commits

Methods

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

list pull commits

provides a stream over all pages of pull commits

Auto Trait Implementations

impl<C> !Send for PullCommits<C>

impl<C> !Sync for PullCommits<C>