Struct relay_pattern::DefaultPatternConfig
source · pub struct DefaultPatternConfig;
Expand description
The default pattern.
Equivalent to Pattern::new
.
Trait Implementations§
source§impl PatternConfig for DefaultPatternConfig
impl PatternConfig for DefaultPatternConfig
source§const CASE_INSENSITIVE: bool = false
const CASE_INSENSITIVE: bool = false
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 DefaultPatternConfig
impl RefUnwindSafe for DefaultPatternConfig
impl Send for DefaultPatternConfig
impl Sync for DefaultPatternConfig
impl Unpin for DefaultPatternConfig
impl UnwindSafe for DefaultPatternConfig
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