pub enum BuiltInSortingFn {
Alphanumeric,
AlphanumericCaseSensitive,
Text,
TextCaseSensitive,
Datetime,
Basic,
}Variants§
Trait Implementations§
Source§impl Clone for BuiltInSortingFn
impl Clone for BuiltInSortingFn
Source§fn clone(&self) -> BuiltInSortingFn
fn clone(&self) -> BuiltInSortingFn
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 BuiltInSortingFn
impl Debug for BuiltInSortingFn
Source§impl Hash for BuiltInSortingFn
impl Hash for BuiltInSortingFn
Source§impl PartialEq for BuiltInSortingFn
impl PartialEq for BuiltInSortingFn
impl Copy for BuiltInSortingFn
impl Eq for BuiltInSortingFn
impl StructuralPartialEq for BuiltInSortingFn
Auto Trait Implementations§
impl Freeze for BuiltInSortingFn
impl RefUnwindSafe for BuiltInSortingFn
impl Send for BuiltInSortingFn
impl Sync for BuiltInSortingFn
impl Unpin for BuiltInSortingFn
impl UnsafeUnpin for BuiltInSortingFn
impl UnwindSafe for BuiltInSortingFn
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