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]

[src]

creates a new status for a target sha

[src]

lists all statuses associated with a given git sha

[src]

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

Trait Implementations

Auto Trait Implementations

impl<C> !Send for Statuses<C>

impl<C> !Sync for Statuses<C>