pub enum GameSearchSortable {
TITLE,
DEVELOPER,
PUBLISHER,
SERIES,
PLATFORM,
DATEADDED,
DATEMODIFIED,
RELEASEDATE,
LASTPLAYED,
PLAYTIME,
RANDOM,
CUSTOM,
}
Variants§
TITLE
DEVELOPER
PUBLISHER
SERIES
PLATFORM
DATEADDED
DATEMODIFIED
RELEASEDATE
LASTPLAYED
PLAYTIME
RANDOM
CUSTOM
Trait Implementations§
Source§impl Clone for GameSearchSortable
impl Clone for GameSearchSortable
Source§fn clone(&self) -> GameSearchSortable
fn clone(&self) -> GameSearchSortable
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 GameSearchSortable
impl Debug for GameSearchSortable
Source§impl PartialEq for GameSearchSortable
impl PartialEq for GameSearchSortable
impl StructuralPartialEq for GameSearchSortable
Auto Trait Implementations§
impl Freeze for GameSearchSortable
impl RefUnwindSafe for GameSearchSortable
impl Send for GameSearchSortable
impl Sync for GameSearchSortable
impl Unpin for GameSearchSortable
impl UnwindSafe for GameSearchSortable
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