pub enum KnownEmbeddingEncodingFormat {
Float,
Base64,
}Variants§
Trait Implementations§
Source§impl Clone for KnownEmbeddingEncodingFormat
impl Clone for KnownEmbeddingEncodingFormat
Source§fn clone(&self) -> KnownEmbeddingEncodingFormat
fn clone(&self) -> KnownEmbeddingEncodingFormat
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 KnownEmbeddingEncodingFormat
Source§impl Debug for KnownEmbeddingEncodingFormat
impl Debug for KnownEmbeddingEncodingFormat
Source§impl<'de> Deserialize<'de> for KnownEmbeddingEncodingFormat
impl<'de> Deserialize<'de> for KnownEmbeddingEncodingFormat
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
impl Eq for KnownEmbeddingEncodingFormat
impl StructuralPartialEq for KnownEmbeddingEncodingFormat
Auto Trait Implementations§
impl Freeze for KnownEmbeddingEncodingFormat
impl RefUnwindSafe for KnownEmbeddingEncodingFormat
impl Send for KnownEmbeddingEncodingFormat
impl Sync for KnownEmbeddingEncodingFormat
impl Unpin for KnownEmbeddingEncodingFormat
impl UnsafeUnpin for KnownEmbeddingEncodingFormat
impl UnwindSafe for KnownEmbeddingEncodingFormat
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