pub struct PutVectorIndex {
pub request: PutVectorIndexRequest,
}Fields§
§request: PutVectorIndexRequestTrait Implementations§
Source§impl Ops for PutVectorIndex
impl Ops for PutVectorIndex
type Response = EmptyResponseProcessor
type Body = JSONBody<PutVectorIndexRequest>
type Query = PutVectorIndexParams
fn prepare( self, ) -> Result<Prepared<PutVectorIndexParams, PutVectorIndexRequest>>
const PRODUCT: &'static str = "oss"
const USE_BUCKET: bool = true
Auto Trait Implementations§
impl Freeze for PutVectorIndex
impl RefUnwindSafe for PutVectorIndex
impl Send for PutVectorIndex
impl Sync for PutVectorIndex
impl Unpin for PutVectorIndex
impl UnsafeUnpin for PutVectorIndex
impl UnwindSafe for PutVectorIndex
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