pub struct HashIndex {}Expand description
Hash index (placeholder)
This is a placeholder type for the hash-based index implementation planned for the v0.3 release. It will provide fast exact-match lookups for keys.
Auto Trait Implementations§
impl Freeze for HashIndex
impl RefUnwindSafe for HashIndex
impl Send for HashIndex
impl Sync for HashIndex
impl Unpin 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