pub struct LeapfrogTriejoin {}
Trait Implementations§
Source§impl<ITB> JoinAlgo<ITB> for LeapfrogTriejoinwhere
ITB: TrieIterable,
impl<ITB> JoinAlgo<ITB> for LeapfrogTriejoinwhere
ITB: TrieIterable,
Auto Trait Implementations§
impl Freeze for LeapfrogTriejoin
impl RefUnwindSafe for LeapfrogTriejoin
impl Send for LeapfrogTriejoin
impl Sync for LeapfrogTriejoin
impl Unpin for LeapfrogTriejoin
impl UnwindSafe for LeapfrogTriejoin
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