pub struct zvec_hnsw_query_params_t { /* private fields */ }Expand description
Opaque pointer to HNSW index query parameters. Configures ef, radius, and refiner settings for HNSW searches.
Auto Trait Implementations§
impl Freeze for zvec_hnsw_query_params_t
impl RefUnwindSafe for zvec_hnsw_query_params_t
impl Send for zvec_hnsw_query_params_t
impl Sync for zvec_hnsw_query_params_t
impl Unpin for zvec_hnsw_query_params_t
impl UnsafeUnpin for zvec_hnsw_query_params_t
impl UnwindSafe for zvec_hnsw_query_params_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