pub struct CompiledExcludes { /* private fields */ }Expand description
Pre-compiled exclude patterns for efficient repeated matching.
Implementations§
Auto Trait Implementations§
impl Freeze for CompiledExcludes
impl RefUnwindSafe for CompiledExcludes
impl Send for CompiledExcludes
impl Sync for CompiledExcludes
impl Unpin for CompiledExcludes
impl UnsafeUnpin for CompiledExcludes
impl UnwindSafe for CompiledExcludes
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