pub struct HashIndex { /* private fields */ }Expand description
Hash-based equality index mapping FNV-1a bucket keys to sorted doc ID lists.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HashIndex
impl RefUnwindSafe for HashIndex
impl Send for HashIndex
impl Sync for HashIndex
impl Unpin for HashIndex
impl UnsafeUnpin for HashIndex
impl UnwindSafe for HashIndex
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