[−][src]Struct skim::prelude::AndOrEngineFactory
Implementations
impl AndOrEngineFactory[src]
pub fn new(factory: impl MatchEngineFactory + 'static) -> Self[src]
Trait Implementations
impl MatchEngineFactory for AndOrEngineFactory[src]
fn create_engine_with_case(
&self,
query: &str,
case: CaseMatching
) -> Box<dyn MatchEngine>[src]
&self,
query: &str,
case: CaseMatching
) -> Box<dyn MatchEngine>
fn create_engine(&self, query: &str) -> Box<dyn MatchEngine>[src]
Auto Trait Implementations
impl !RefUnwindSafe for AndOrEngineFactory
impl !Send for AndOrEngineFactory
impl !Sync for AndOrEngineFactory
impl Unpin for AndOrEngineFactory
impl !UnwindSafe for AndOrEngineFactory
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> AsAny for T where
T: Any, [src]
T: Any,
fn as_any(&Self) -> &(dyn Any + 'static)[src]
fn as_any_mut(&mut Self) -> &mut (dyn Any + 'static)[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,