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§
source§impl PartialEq for PathKind
impl PartialEq for PathKind
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<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