#[repr(transparent)]pub struct VectorKey(pub u64);Expand description
Key for addressing vectors in a vector store.
Vector keys are 64-bit identifiers unique within a store.
Tuple Fields§
§0: u64Implementations§
Trait Implementations§
impl Copy for VectorKey
impl Eq for VectorKey
impl StructuralPartialEq for VectorKey
Auto Trait Implementations§
impl Freeze for VectorKey
impl RefUnwindSafe for VectorKey
impl Send for VectorKey
impl Sync for VectorKey
impl Unpin for VectorKey
impl UnsafeUnpin for VectorKey
impl UnwindSafe for VectorKey
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