pub enum ReposSort {
Stars,
Forks,
Updated,
}Variants§
Stars
Sort by the number of stars
Forks
Sort by the number of forks
Updated
Sort by when the repo was last updated
Trait Implementations§
impl Copy for ReposSort
impl StructuralPartialEq for ReposSort
Auto Trait Implementations§
impl Freeze for ReposSort
impl RefUnwindSafe for ReposSort
impl Send for ReposSort
impl Sync for ReposSort
impl Unpin for ReposSort
impl UnwindSafe for ReposSort
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