pub struct HashTriejoin {}Expand description
Entry point for the hash-trie-join algorithm.
Implements JoinAlgo for any HashTrieIterable data structure.
See the module docs for the algorithm overview.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HashTriejoin
impl RefUnwindSafe for HashTriejoin
impl Send for HashTriejoin
impl Sync for HashTriejoin
impl Unpin for HashTriejoin
impl UnsafeUnpin for HashTriejoin
impl UnwindSafe for HashTriejoin
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