pub struct VectorUpsertResult {
pub upserted: usize,
}Fields§
§upserted: usizeTrait Implementations§
Source§impl Clone for VectorUpsertResult
impl Clone for VectorUpsertResult
Source§fn clone(&self) -> VectorUpsertResult
fn clone(&self) -> VectorUpsertResult
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 VectorUpsertResult
impl Debug for VectorUpsertResult
Auto Trait Implementations§
impl Freeze for VectorUpsertResult
impl RefUnwindSafe for VectorUpsertResult
impl Send for VectorUpsertResult
impl Sync for VectorUpsertResult
impl Unpin for VectorUpsertResult
impl UnsafeUnpin for VectorUpsertResult
impl UnwindSafe for VectorUpsertResult
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