Enum xplr::app::NodeSorter[][src]

pub enum NodeSorter {
Show variants ByRelativePath, ByIRelativePath, ByExtension, ByIsDir, ByIsFile, ByIsSymlink, ByIsBroken, ByIsReadonly, ByMimeEssence, BySize, ByCanonicalAbsolutePath, ByICanonicalAbsolutePath, ByCanonicalExtension, ByCanonicalIsDir, ByCanonicalIsFile, ByCanonicalIsReadonly, ByCanonicalMimeEssence, ByCanonicalSize, BySymlinkAbsolutePath, ByISymlinkAbsolutePath, BySymlinkExtension, BySymlinkIsDir, BySymlinkIsFile, BySymlinkIsReadonly, BySymlinkMimeEssence, BySymlinkSize,
}

Variants

ByRelativePath
ByIRelativePath
ByExtension
ByIsDir
ByIsFile
ByIsBroken
ByIsReadonly
ByMimeEssence
BySize
ByCanonicalAbsolutePath
ByICanonicalAbsolutePath
ByCanonicalExtension
ByCanonicalIsDir
ByCanonicalIsFile
ByCanonicalIsReadonly
ByCanonicalMimeEssence
ByCanonicalSize
BySymlinkAbsolutePath
ByISymlinkAbsolutePath
BySymlinkExtension
BySymlinkIsDir
BySymlinkIsFile
BySymlinkIsReadonly
BySymlinkMimeEssence
BySymlinkSize

Trait Implementations

impl Clone for NodeSorter[src]

impl Copy for NodeSorter[src]

impl Debug for NodeSorter[src]

impl<'de> Deserialize<'de> for NodeSorter[src]

impl Eq for NodeSorter[src]

impl Hash for NodeSorter[src]

impl PartialEq<NodeSorter> for NodeSorter[src]

impl Serialize for NodeSorter[src]

impl StructuralEq for NodeSorter[src]

impl StructuralPartialEq for NodeSorter[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.