pub struct NoopEmbedding;Expand description
No-op embedding provider — returns empty results. Used when no embedding API is configured (graceful degradation).
Trait Implementations§
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