Struct hubcaps::issues::Issues[][src]

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

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

Methods

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

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

impl<C> !Send for Issues<C>

impl<C> !Sync for Issues<C>