pub struct IssueListOptions { /* private fields */ }Expand description
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
Implementations§
Trait Implementations§
Source§impl Default for IssueListOptions
impl Default for IssueListOptions
Source§fn default() -> IssueListOptions
fn default() -> IssueListOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IssueListOptions
impl RefUnwindSafe for IssueListOptions
impl Send for IssueListOptions
impl Sync for IssueListOptions
impl Unpin for IssueListOptions
impl UnwindSafe for IssueListOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more