pub struct EmbeddingId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for EmbeddingId
impl Clone for EmbeddingId
Source§fn clone(&self) -> EmbeddingId
fn clone(&self) -> EmbeddingId
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 EmbeddingId
impl Debug for EmbeddingId
Source§impl<'de> Deserialize<'de> for EmbeddingId
impl<'de> Deserialize<'de> for EmbeddingId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for EmbeddingId
impl Display for EmbeddingId
impl Eq for EmbeddingId
Source§impl From<EmbeddingId> for String
impl From<EmbeddingId> for String
Source§fn from(id: EmbeddingId) -> String
fn from(id: EmbeddingId) -> String
Converts to this type from the input type.
Source§impl Hash for EmbeddingId
impl Hash for EmbeddingId
Source§impl PartialEq for EmbeddingId
impl PartialEq for EmbeddingId
Source§fn eq(&self, other: &EmbeddingId) -> bool
fn eq(&self, other: &EmbeddingId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EmbeddingId
impl Serialize for EmbeddingId
impl StructuralPartialEq for EmbeddingId
Auto Trait Implementations§
impl Freeze for EmbeddingId
impl RefUnwindSafe for EmbeddingId
impl Send for EmbeddingId
impl Sync for EmbeddingId
impl Unpin for EmbeddingId
impl UnsafeUnpin for EmbeddingId
impl UnwindSafe for EmbeddingId
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