pub struct FilePatternOptions {
pub exclude_patterns: Vec<String>,
pub skip_files: Vec<String>,
pub extensions: Vec<String>,
}
Fields§
§exclude_patterns: Vec<String>
§skip_files: Vec<String>
§extensions: Vec<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FilePatternOptions
impl RefUnwindSafe for FilePatternOptions
impl Send for FilePatternOptions
impl Sync for FilePatternOptions
impl Unpin for FilePatternOptions
impl UnwindSafe for FilePatternOptions
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