pub struct UpdateVectorStmt {
pub collection: String,
pub point_id: PointId,
pub vector: VectorValue,
pub vector_name: Option<String>,
pub shard_key: Option<String>,
}Fields§
§collection: String§point_id: PointId§vector: VectorValue§vector_name: Option<String>§shard_key: Option<String>Trait Implementations§
Source§impl Clone for UpdateVectorStmt
impl Clone for UpdateVectorStmt
Source§fn clone(&self) -> UpdateVectorStmt
fn clone(&self) -> UpdateVectorStmt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UpdateVectorStmt
impl Debug for UpdateVectorStmt
Source§impl PartialEq for UpdateVectorStmt
impl PartialEq for UpdateVectorStmt
impl StructuralPartialEq for UpdateVectorStmt
Auto Trait Implementations§
impl Freeze for UpdateVectorStmt
impl RefUnwindSafe for UpdateVectorStmt
impl Send for UpdateVectorStmt
impl Sync for UpdateVectorStmt
impl Unpin for UpdateVectorStmt
impl UnsafeUnpin for UpdateVectorStmt
impl UnwindSafe for UpdateVectorStmt
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