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 PartialOrd for Sorting
impl PartialOrd for Sorting
impl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)