pub enum SkipKind {
Show 15 variants
Binary,
FileSystemBoundary,
Extension,
Ignored,
IoError,
MaxDepth,
Oversized,
PathEscape,
StandardDirectory,
Hidden,
Override,
Symlink,
SymlinkLoop,
ScanLimit,
ConcurrentModification,
}Variants§
Binary
FileSystemBoundary
Extension
Ignored
IoError
MaxDepth
Oversized
PathEscape
StandardDirectory
Hidden
Override
Symlink
SymlinkLoop
ScanLimit
ConcurrentModification
Trait Implementations§
impl Copy for SkipKind
impl Eq for SkipKind
Source§impl Ord for SkipKind
impl Ord for SkipKind
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for SkipKind
impl PartialOrd for SkipKind
impl StructuralPartialEq for SkipKind
Auto Trait Implementations§
impl Freeze for SkipKind
impl RefUnwindSafe for SkipKind
impl Send for SkipKind
impl Sync for SkipKind
impl Unpin for SkipKind
impl UnsafeUnpin for SkipKind
impl UnwindSafe for SkipKind
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