pub struct DefaultIgnoreSkipCount {
pub pattern: &'static str,
pub count: usize,
}Expand description
Number of files skipped by one built-in duplicates ignore pattern.
Fields§
§pattern: &'static strGlob pattern that matched skipped files.
count: usizeNumber of files skipped by this pattern.
Trait Implementations§
Source§impl Clone for DefaultIgnoreSkipCount
impl Clone for DefaultIgnoreSkipCount
Source§impl Debug for DefaultIgnoreSkipCount
impl Debug for DefaultIgnoreSkipCount
Auto Trait Implementations§
impl Freeze for DefaultIgnoreSkipCount
impl RefUnwindSafe for DefaultIgnoreSkipCount
impl Send for DefaultIgnoreSkipCount
impl Sync for DefaultIgnoreSkipCount
impl Unpin for DefaultIgnoreSkipCount
impl UnsafeUnpin for DefaultIgnoreSkipCount
impl UnwindSafe for DefaultIgnoreSkipCount
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