pub struct SkippedFile {
pub path: PathBuf,
pub reason: SkipReason,
}Expand description
A rule file that was skipped during load_all.
Fields§
§path: PathBuf§reason: SkipReasonTrait Implementations§
Auto Trait Implementations§
impl Freeze for SkippedFile
impl RefUnwindSafe for SkippedFile
impl Send for SkippedFile
impl Sync for SkippedFile
impl Unpin for SkippedFile
impl UnsafeUnpin for SkippedFile
impl UnwindSafe for SkippedFile
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