pub struct DefaultSortingOrder;Expand description
Default sorting order (lexicographical with special items last).
Trait Implementations§
Source§impl Clone for DefaultSortingOrder
impl Clone for DefaultSortingOrder
Source§fn clone(&self) -> DefaultSortingOrder
fn clone(&self) -> DefaultSortingOrder
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 DefaultSortingOrder
impl Debug for DefaultSortingOrder
Source§impl Default for DefaultSortingOrder
impl Default for DefaultSortingOrder
Source§fn default() -> DefaultSortingOrder
fn default() -> DefaultSortingOrder
Returns the “default value” for a type. Read more
Source§impl SortingOrder for DefaultSortingOrder
impl SortingOrder for DefaultSortingOrder
impl Copy for DefaultSortingOrder
Auto Trait Implementations§
impl Freeze for DefaultSortingOrder
impl RefUnwindSafe for DefaultSortingOrder
impl Send for DefaultSortingOrder
impl Sync for DefaultSortingOrder
impl Unpin for DefaultSortingOrder
impl UnwindSafe for DefaultSortingOrder
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