pub struct BetaMemoryIndex { /* private fields */ }Expand description
Beta Memory Index Fast lookup for join operations
Implementations§
Source§impl BetaMemoryIndex
impl BetaMemoryIndex
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BetaMemoryIndex
impl RefUnwindSafe for BetaMemoryIndex
impl Send for BetaMemoryIndex
impl Sync for BetaMemoryIndex
impl Unpin for BetaMemoryIndex
impl UnwindSafe for BetaMemoryIndex
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