pub struct NoopEmbeddingProvider;Expand description
Noop provider: embed always errors with PortNotConfigured.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoopEmbeddingProvider
impl RefUnwindSafe for NoopEmbeddingProvider
impl Send for NoopEmbeddingProvider
impl Sync for NoopEmbeddingProvider
impl Unpin for NoopEmbeddingProvider
impl UnsafeUnpin for NoopEmbeddingProvider
impl UnwindSafe for NoopEmbeddingProvider
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