pub struct MissingOccurrences { /* private fields */ }
Expand description
A list of missing occurrences collected when searching for occurrences using SimpleOccurences
.
This is a result of the data being changed and the index (Simple
) not updating, causing it
to think there should be a match when there actually isn’t.
Please call Self::apply
on this.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MissingOccurrences
impl RefUnwindSafe for MissingOccurrences
impl Send for MissingOccurrences
impl Sync for MissingOccurrences
impl Unpin for MissingOccurrences
impl UnwindSafe for MissingOccurrences
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