pub struct ParsedDirConfig {
pub overrides: Override,
pub root_dir: PathBuf,
pub include_hidden: bool,
}Fields§
§overrides: OverrideConfiguration for file inclusion/exclusion patterns
root_dir: PathBufThe root directory to start searching from
Whether to include hidden files/directories in the search
Trait Implementations§
Source§impl Clone for ParsedDirConfig
impl Clone for ParsedDirConfig
Source§fn clone(&self) -> ParsedDirConfig
fn clone(&self) -> ParsedDirConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ParsedDirConfig
impl RefUnwindSafe for ParsedDirConfig
impl Send for ParsedDirConfig
impl Sync for ParsedDirConfig
impl Unpin for ParsedDirConfig
impl UnwindSafe for ParsedDirConfig
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