pub enum ProjectsSort {
Views,
Downloads,
Newest,
Stars,
Updated,
RecentDownloads,
RecentViews,
Slug,
}Expand description
for some reason sorting is.. backwards by default? and there’s no mention of this in the api documentation
Variants§
Trait Implementations§
Source§impl Clone for ProjectsSort
impl Clone for ProjectsSort
Source§fn clone(&self) -> ProjectsSort
fn clone(&self) -> ProjectsSort
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 ProjectsSort
impl Debug for ProjectsSort
Source§impl Serialize for ProjectsSort
impl Serialize for ProjectsSort
impl Copy for ProjectsSort
Auto Trait Implementations§
impl Freeze for ProjectsSort
impl RefUnwindSafe for ProjectsSort
impl Send for ProjectsSort
impl Sync for ProjectsSort
impl Unpin for ProjectsSort
impl UnwindSafe for ProjectsSort
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