[][src]Module hubcaps::issues

Issues interface

Structs

Issue
IssueAssignees

Provides access to assignee operations available for an individual issue

IssueLabels

Provides access to label operations available for an individual issue

IssueListOptions

Options used to filter repository issue listings

IssueListOptionsBuilder

a mutable issue list builder

IssueOptions
IssueRef

Provides access to operations available for a single issue Typically accessed from github.repo(.., ..).issues().get(number)

Issues

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

PullRef

A reference to a pull request.

Enums

Sort

Sort options available for github issues

State

enum representation of github pull and issue state