Struct flechasdb::db::build::PartitionQuery
source · pub struct PartitionQuery<'a, T, VS>where
VS: VectorSet<T>,{ /* private fields */ }Expand description
Query in a partition.
Implementations§
Auto Trait Implementations§
impl<'a, T, VS> RefUnwindSafe for PartitionQuery<'a, T, VS>where T: RefUnwindSafe, VS: RefUnwindSafe,
impl<'a, T, VS> Send for PartitionQuery<'a, T, VS>where T: Send + Sync, VS: Sync,
impl<'a, T, VS> Sync for PartitionQuery<'a, T, VS>where T: Sync, VS: Sync,
impl<'a, T, VS> Unpin for PartitionQuery<'a, T, VS>where T: Unpin,
impl<'a, T, VS> UnwindSafe for PartitionQuery<'a, T, VS>where T: UnwindSafe + RefUnwindSafe, VS: RefUnwindSafe,
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