pub struct UpsertVectorRequest {
pub vector: Vec<f32>,
pub tags: Option<HashMap<String, String>>,
}Fields§
§vector: Vec<f32>Trait Implementations§
Source§impl Debug for UpsertVectorRequest
impl Debug for UpsertVectorRequest
Source§impl<'de> Deserialize<'de> for UpsertVectorRequest
impl<'de> Deserialize<'de> for UpsertVectorRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for UpsertVectorRequest
impl RefUnwindSafe for UpsertVectorRequest
impl Send for UpsertVectorRequest
impl Sync for UpsertVectorRequest
impl Unpin for UpsertVectorRequest
impl UnwindSafe for UpsertVectorRequest
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