Struct hubcaps::statuses::Statuses

source ·
pub struct Statuses<C>where
    C: Clone + Connect + 'static,
{ /* private fields */ }
Expand description

interface for statuses associated with a repository

Implementations

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

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.