Struct relay_pattern::CaseInsensitive
source · 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