pub struct OrgListLabelsQuery {
pub sort: Option<OrgListLabelsQuerySort>,
}Fields§
§sort: Option<OrgListLabelsQuerySort>Specifies the sorting method: mostissues, leastissues, or reversealphabetically.
Trait Implementations§
Source§impl Clone for OrgListLabelsQuery
impl Clone for OrgListLabelsQuery
Source§fn clone(&self) -> OrgListLabelsQuery
fn clone(&self) -> OrgListLabelsQuery
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 OrgListLabelsQuery
impl Debug for OrgListLabelsQuery
Source§impl Default for OrgListLabelsQuery
impl Default for OrgListLabelsQuery
Source§fn default() -> OrgListLabelsQuery
fn default() -> OrgListLabelsQuery
Returns the “default value” for a type. Read more
Source§impl PartialEq for OrgListLabelsQuery
impl PartialEq for OrgListLabelsQuery
impl StructuralPartialEq for OrgListLabelsQuery
Auto Trait Implementations§
impl Freeze for OrgListLabelsQuery
impl RefUnwindSafe for OrgListLabelsQuery
impl Send for OrgListLabelsQuery
impl Sync for OrgListLabelsQuery
impl Unpin for OrgListLabelsQuery
impl UnwindSafe for OrgListLabelsQuery
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