Struct skim::prelude::RegexEngineFactory
source · pub struct RegexEngineFactory { /* private fields */ }Implementations§
Trait Implementations§
source§impl MatchEngineFactory for RegexEngineFactory
impl MatchEngineFactory for RegexEngineFactory
fn create_engine_with_case( &self, query: &str, case: CaseMatching ) -> Box<dyn MatchEngine>
fn create_engine(&self, query: &str) -> Box<dyn MatchEngine>
Auto Trait Implementations§
impl RefUnwindSafe for RegexEngineFactory
impl Send for RegexEngineFactory
impl Sync for RegexEngineFactory
impl Unpin for RegexEngineFactory
impl UnwindSafe for RegexEngineFactory
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