pub struct zvec_flat_query_params_t { /* private fields */ }Expand description
Opaque pointer to flat index query parameters. Configures scale factor and refiner settings for brute-force searches.
Auto Trait Implementations§
impl Freeze for zvec_flat_query_params_t
impl RefUnwindSafe for zvec_flat_query_params_t
impl Send for zvec_flat_query_params_t
impl Sync for zvec_flat_query_params_t
impl Unpin for zvec_flat_query_params_t
impl UnsafeUnpin for zvec_flat_query_params_t
impl UnwindSafe for zvec_flat_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