pub enum Rejection {
Lanekeep,
Excluded {
pattern: String,
},
NotIncluded,
}Expand description
Why discovery would not take a file, asked without walking.
Variants§
Lanekeep
It is inside lanekeep’s own directory, which no configuration includes.
Excluded
An exclude glob matched it.
NotIncluded
include is non-empty and no pattern in it matched.
Trait Implementations§
impl Eq for Rejection
impl StructuralPartialEq for Rejection
Auto Trait Implementations§
impl Freeze for Rejection
impl RefUnwindSafe for Rejection
impl Send for Rejection
impl Sync for Rejection
impl Unpin for Rejection
impl UnsafeUnpin for Rejection
impl UnwindSafe for Rejection
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