pub enum Sort {
Created,
Updated,
Popularity,
LongRunning,
}Expand description
Sort directions for pull requests
Variants§
Created
Sort by time created
Updated
Sort by last updated
Popularity
Sort by popularity
LongRunning
Sort by long running issues
Trait Implementations§
impl Copy for Sort
impl StructuralPartialEq for Sort
Auto Trait Implementations§
impl Freeze for Sort
impl RefUnwindSafe for Sort
impl Send for Sort
impl Sync for Sort
impl Unpin for Sort
impl UnwindSafe for Sort
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