pub enum EmbedModel {
EnglishLightV2,
EnglishV2,
MultilingualV2,
EnglishLightV3,
EnglishV3,
MultilingualV3,
Custom(String),
}
Variants§
Trait Implementations§
Source§impl Debug for EmbedModel
impl Debug for EmbedModel
Source§impl Display for EmbedModel
impl Display for EmbedModel
Auto Trait Implementations§
impl Freeze for EmbedModel
impl RefUnwindSafe for EmbedModel
impl Send for EmbedModel
impl Sync for EmbedModel
impl Unpin for EmbedModel
impl UnwindSafe for EmbedModel
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