pub struct zvec_sub_query_t { /* private fields */ }Expand description
Opaque pointer to a sub-query object used inside a multi-query. Carries a per-field vector or sparse vector and index-specific parameters.
Auto Trait Implementations§
impl Freeze for zvec_sub_query_t
impl RefUnwindSafe for zvec_sub_query_t
impl Send for zvec_sub_query_t
impl Sync for zvec_sub_query_t
impl Unpin for zvec_sub_query_t
impl UnsafeUnpin for zvec_sub_query_t
impl UnwindSafe for zvec_sub_query_t
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