pub struct VectorCollectionEntry {
pub node_id: u64,
pub embedding: Vec<f64>,
}Fields§
§node_id: u64§embedding: Vec<f64>Trait Implementations§
Source§impl Clone for VectorCollectionEntry
impl Clone for VectorCollectionEntry
Source§fn clone(&self) -> VectorCollectionEntry
fn clone(&self) -> VectorCollectionEntry
Returns a duplicate of the value. Read more
1.0.0 · 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 VectorCollectionEntry
impl Debug for VectorCollectionEntry
Source§impl PartialEq for VectorCollectionEntry
impl PartialEq for VectorCollectionEntry
impl StructuralPartialEq for VectorCollectionEntry
Auto Trait Implementations§
impl Freeze for VectorCollectionEntry
impl RefUnwindSafe for VectorCollectionEntry
impl Send for VectorCollectionEntry
impl Sync for VectorCollectionEntry
impl Unpin for VectorCollectionEntry
impl UnsafeUnpin for VectorCollectionEntry
impl UnwindSafe for VectorCollectionEntry
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