pub struct VectorSearchService { /* private fields */ }Expand description
Vector search service
Implementations§
Auto Trait Implementations§
impl Freeze for VectorSearchService
impl !RefUnwindSafe for VectorSearchService
impl Send for VectorSearchService
impl Sync for VectorSearchService
impl Unpin for VectorSearchService
impl !UnwindSafe for VectorSearchService
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