pub(crate) struct Pre<'a> {
prestate: &'a mut PrefilterState,
prestrat: &'a Prefilter,
}
Expand description
A combination of prefilter effectiveness state and the prefilter itself.
Fields§
§prestate: &'a mut PrefilterState
State that tracks the effectiveness of a prefilter.
prestrat: &'a Prefilter
The actual prefilter.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Pre<'a>
impl<'a> RefUnwindSafe for Pre<'a>
impl<'a> Send for Pre<'a>
impl<'a> Sync for Pre<'a>
impl<'a> Unpin for Pre<'a>
impl<'a> !UnwindSafe for Pre<'a>
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