pub enum DuSort {
Path,
Total,
Exclusive,
Shared,
}Expand description
Sort order for entries within each directory.
Variants§
Path
Alphabetical by path (ascending)
Total
By total size (largest first)
Exclusive
By exclusive size (largest first)
By shared size (largest first)
Trait Implementations§
impl Copy for DuSort
impl Eq for DuSort
impl StructuralPartialEq for DuSort
Auto Trait Implementations§
impl Freeze for DuSort
impl RefUnwindSafe for DuSort
impl Send for DuSort
impl Sync for DuSort
impl Unpin for DuSort
impl UnsafeUnpin for DuSort
impl UnwindSafe for DuSort
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