pub struct QuickMatchConfig { /* private fields */ }Implementations§
Source§impl QuickMatchConfig
impl QuickMatchConfig
pub fn new() -> Self
pub fn with_limit(self, limit: usize) -> Self
pub fn with_trigram_budget(self, trigram_budget: usize) -> Self
pub fn with_separators(self, separators: &'static [char]) -> Self
pub fn limit(&self) -> usize
pub fn trigram_budget(&self) -> usize
pub fn separators(&self) -> &[char]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QuickMatchConfig
impl RefUnwindSafe for QuickMatchConfig
impl Send for QuickMatchConfig
impl Sync for QuickMatchConfig
impl Unpin for QuickMatchConfig
impl UnwindSafe for QuickMatchConfig
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