Enum dua::TraversalSorting [−][src]
pub enum TraversalSorting {
None,
AlphabeticalByFileName,
}Identify the kind of sorting to apply during filesystem iteration
Variants
Trait Implementations
impl Clone for TraversalSorting[src]
impl Clone for TraversalSorting[src]fn clone(&self) -> TraversalSorting[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for TraversalSorting
impl RefUnwindSafe for TraversalSortingimpl Send for TraversalSorting
impl Send for TraversalSortingimpl Sync for TraversalSorting
impl Sync for TraversalSortingimpl Unpin for TraversalSorting
impl Unpin for TraversalSortingimpl UnwindSafe for TraversalSorting
impl UnwindSafe for TraversalSorting