pub struct EmbeddingModelName(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for EmbeddingModelName
impl AsRef<str> for EmbeddingModelName
Source§impl Clone for EmbeddingModelName
impl Clone for EmbeddingModelName
Source§fn clone(&self) -> EmbeddingModelName
fn clone(&self) -> EmbeddingModelName
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 EmbeddingModelName
impl Debug for EmbeddingModelName
Source§impl Display for EmbeddingModelName
impl Display for EmbeddingModelName
Source§impl FromStr for EmbeddingModelName
impl FromStr for EmbeddingModelName
Source§impl Hash for EmbeddingModelName
impl Hash for EmbeddingModelName
Source§impl Ord for EmbeddingModelName
impl Ord for EmbeddingModelName
Source§fn cmp(&self, other: &EmbeddingModelName) -> Ordering
fn cmp(&self, other: &EmbeddingModelName) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EmbeddingModelName
impl PartialEq for EmbeddingModelName
Source§fn eq(&self, other: &EmbeddingModelName) -> bool
fn eq(&self, other: &EmbeddingModelName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for EmbeddingModelName
impl PartialOrd for EmbeddingModelName
Source§impl TryFrom<&str> for EmbeddingModelName
impl TryFrom<&str> for EmbeddingModelName
impl Eq for EmbeddingModelName
impl StructuralPartialEq for EmbeddingModelName
Auto Trait Implementations§
impl Freeze for EmbeddingModelName
impl RefUnwindSafe for EmbeddingModelName
impl Send for EmbeddingModelName
impl Sync for EmbeddingModelName
impl Unpin for EmbeddingModelName
impl UnsafeUnpin for EmbeddingModelName
impl UnwindSafe for EmbeddingModelName
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