Enum xvc_walker::PathKind
source · pub enum PathKind {
Any,
Directory,
}Expand description
Is the path only a directory, or could it be directory or file?
Variants§
Trait Implementations§
impl Eq for PathKind
impl StructuralEq for PathKind
impl StructuralPartialEq for PathKind
Auto Trait Implementations§
impl RefUnwindSafe for PathKind
impl Send for PathKind
impl Sync for PathKind
impl Unpin for PathKind
impl UnwindSafe for PathKind
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.