#[repr(transparent)]pub struct EmbeddingRef(pub u64);Expand description
An opaque handle to an embedding vector stored out-of-line.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for EmbeddingRef
impl Clone for EmbeddingRef
Source§fn clone(&self) -> EmbeddingRef
fn clone(&self) -> EmbeddingRef
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 moreimpl Copy for EmbeddingRef
Source§impl Debug for EmbeddingRef
impl Debug for EmbeddingRef
Source§impl Default for EmbeddingRef
impl Default for EmbeddingRef
Source§fn default() -> EmbeddingRef
fn default() -> EmbeddingRef
Returns the “default value” for a type. Read more
impl Eq for EmbeddingRef
Source§impl Hash for EmbeddingRef
impl Hash for EmbeddingRef
Source§impl PartialEq for EmbeddingRef
impl PartialEq for EmbeddingRef
impl StructuralPartialEq for EmbeddingRef
Auto Trait Implementations§
impl Freeze for EmbeddingRef
impl RefUnwindSafe for EmbeddingRef
impl Send for EmbeddingRef
impl Sync for EmbeddingRef
impl Unpin for EmbeddingRef
impl UnsafeUnpin for EmbeddingRef
impl UnwindSafe for EmbeddingRef
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