pub enum EmbedderBackend {
OpenAI,
Ollama,
}Variants§
Auto Trait Implementations§
impl Freeze for EmbedderBackend
impl RefUnwindSafe for EmbedderBackend
impl Send for EmbedderBackend
impl Sync for EmbedderBackend
impl Unpin for EmbedderBackend
impl UnsafeUnpin for EmbedderBackend
impl UnwindSafe for EmbedderBackend
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