Struct semilattice_database::search::Join
source · pub struct Join { /* private fields */ }Implementations§
source§impl Join
impl Join
pub fn new(collection_id: i32, conditions: Vec<JoinCondition>) -> Self
pub fn result<'life0, 'life1, 'life_self, 'async_recursion>( &'life_self self, database: &'life0 Database, parent_collection_id: i32, parent_rows: &'life1 RowSet ) -> Pin<Box<dyn Future<Output = HashMap<u32, SearchResult>> + Send + 'async_recursion>>where 'life0: 'async_recursion, 'life1: 'async_recursion, 'life_self: 'async_recursion,
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Join
impl Send for Join
impl Sync for Join
impl Unpin for Join
impl UnwindSafe for Join
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