Struct skim::prelude::AndOrEngineFactory
source · pub struct AndOrEngineFactory { /* private fields */ }Implementations§
source§impl AndOrEngineFactory
impl AndOrEngineFactory
pub fn new(factory: Box<dyn MatchEngineFactory>) -> Self
Trait Implementations§
source§impl MatchEngineFactory for AndOrEngineFactory
impl MatchEngineFactory for AndOrEngineFactory
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 Freeze for AndOrEngineFactory
impl !RefUnwindSafe for AndOrEngineFactory
impl !Send for AndOrEngineFactory
impl !Sync for AndOrEngineFactory
impl Unpin for AndOrEngineFactory
impl !UnwindSafe for AndOrEngineFactory
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