Struct hubcaps::statuses::Statuses[][src]

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

interface for statuses associated with a repository

Methods

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

creates a new status for a target sha

lists all statuses associated with a given git sha

list the combined statuses for a given git sha fixme: give this a type

Auto Trait Implementations

impl<C> !Send for Statuses<C>

impl<C> !Sync for Statuses<C>