pub struct FilterExecutor<P: Predicate> { /* private fields */ }Expand description
Filter executor - filters rows based on a predicate.
Implementations§
Auto Trait Implementations§
impl<P> Freeze for FilterExecutor<P>where
P: Freeze,
impl<P> RefUnwindSafe for FilterExecutor<P>where
P: RefUnwindSafe,
impl<P> Send for FilterExecutor<P>where
P: Send,
impl<P> Sync for FilterExecutor<P>where
P: Sync,
impl<P> Unpin for FilterExecutor<P>where
P: Unpin,
impl<P> UnwindSafe for FilterExecutor<P>where
P: UnwindSafe,
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