pub struct NoOpEmbedding;Expand description
No-op provider (fallback to text search)
Trait Implementations§
Source§impl EmbeddingProvider for NoOpEmbedding
impl EmbeddingProvider for NoOpEmbedding
Auto Trait Implementations§
impl Freeze for NoOpEmbedding
impl RefUnwindSafe for NoOpEmbedding
impl Send for NoOpEmbedding
impl Sync for NoOpEmbedding
impl Unpin for NoOpEmbedding
impl UnsafeUnpin for NoOpEmbedding
impl UnwindSafe for NoOpEmbedding
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