pub enum GameSearchDirection {
ASC,
DESC,
}
Variants§
Trait Implementations§
Source§impl Clone for GameSearchDirection
impl Clone for GameSearchDirection
Source§fn clone(&self) -> GameSearchDirection
fn clone(&self) -> GameSearchDirection
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 moreAuto Trait Implementations§
impl Freeze for GameSearchDirection
impl RefUnwindSafe for GameSearchDirection
impl Send for GameSearchDirection
impl Sync for GameSearchDirection
impl Unpin for GameSearchDirection
impl UnwindSafe for GameSearchDirection
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