Struct hubcaps::issues::Issues

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

Provides access to operations available for a repository issues Typically accessed via github.repo(..., ...).issues()

Implementations

create a new instance of a github repo issue ref

Return the first page of issues for this repisotiry See the github docs for more information

Return a stream of all issues for this repository

See the github docs for more information

Note: You’ll typically want to use a IssueListOptions with a per_page of 100 for maximum api credential rate limit efficency

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.