pub struct CaseInsensitive;Expand description
The default pattern but with case insensitive matching.
Trait Implementations§
Source§impl PatternConfig for CaseInsensitive
 
impl PatternConfig for CaseInsensitive
Source§const CASE_INSENSITIVE: bool = true
 
const CASE_INSENSITIVE: bool = true
Configures the pattern to match case insensitive.
Source§const MAX_COMPLEXITY: u64 = 18_446_744_073_709_551_615u64
 
const MAX_COMPLEXITY: u64 = 18_446_744_073_709_551_615u64
Configures the maximum allowed complexity of the pattern.
Auto Trait Implementations§
impl Freeze for CaseInsensitive
impl RefUnwindSafe for CaseInsensitive
impl Send for CaseInsensitive
impl Sync for CaseInsensitive
impl Unpin for CaseInsensitive
impl UnwindSafe for CaseInsensitive
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