pub struct IssueListLabelsQuery {
pub sort: Option<IssueListLabelsQuerySort>,
}Fields§
§sort: Option<IssueListLabelsQuerySort>Specifies the sorting method: mostissues, leastissues, or reversealphabetically.
Trait Implementations§
Source§impl Clone for IssueListLabelsQuery
impl Clone for IssueListLabelsQuery
Source§fn clone(&self) -> IssueListLabelsQuery
fn clone(&self) -> IssueListLabelsQuery
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IssueListLabelsQuery
impl Debug for IssueListLabelsQuery
Source§impl Default for IssueListLabelsQuery
impl Default for IssueListLabelsQuery
Source§fn default() -> IssueListLabelsQuery
fn default() -> IssueListLabelsQuery
Returns the “default value” for a type. Read more
Source§impl PartialEq for IssueListLabelsQuery
impl PartialEq for IssueListLabelsQuery
impl StructuralPartialEq for IssueListLabelsQuery
Auto Trait Implementations§
impl Freeze for IssueListLabelsQuery
impl RefUnwindSafe for IssueListLabelsQuery
impl Send for IssueListLabelsQuery
impl Sync for IssueListLabelsQuery
impl Unpin for IssueListLabelsQuery
impl UnwindSafe for IssueListLabelsQuery
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