pub enum EnginesSorting {
Name,
}
Expand description
Sorting options for engines
Variants§
Name
Sort alphanumerically by engine name (default)
Trait Implementations§
Source§impl Clone for EnginesSorting
impl Clone for EnginesSorting
Source§fn clone(&self) -> EnginesSorting
fn clone(&self) -> EnginesSorting
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EnginesSorting
impl Debug for EnginesSorting
Source§impl Default for EnginesSorting
impl Default for EnginesSorting
Source§impl Serialize for EnginesSorting
impl Serialize for EnginesSorting
impl Copy for EnginesSorting
Auto Trait Implementations§
impl Freeze for EnginesSorting
impl RefUnwindSafe for EnginesSorting
impl Send for EnginesSorting
impl Sync for EnginesSorting
impl Unpin for EnginesSorting
impl UnwindSafe for EnginesSorting
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