Struct hubcaps::issues::IssueListOptions [] [src]

pub struct IssueListOptions { /* fields omitted */ }

Options used to filter repository issue listings

See the github docs for more information

By default this returns up to 30 items. You can request up to 100 using the per_page parameter

Methods

impl IssueListOptions
[src]

Trait Implementations

impl Default for IssueListOptions
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations