pub enum Sorting {
ByPathCaseSensitive,
}
Available on crate feature
worktree-rewrites
only.Expand description
The way all output should be sorted.
Variants§
ByPathCaseSensitive
The entries are sorted by their path in a case-sensitive fashion.
Trait Implementations§
source§impl Ord for Sorting
impl Ord for Sorting
source§impl PartialEq for Sorting
impl PartialEq for Sorting
source§impl PartialOrd for Sorting
impl PartialOrd for Sorting
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Sorting
impl Eq for Sorting
impl StructuralPartialEq for Sorting
Auto Trait Implementations§
impl Freeze for Sorting
impl RefUnwindSafe for Sorting
impl Send for Sorting
impl Sync for Sorting
impl Unpin for Sorting
impl UnwindSafe for Sorting
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