pub struct HttpEmbeddingClient { /* private fields */ }Expand description
HTTP-backed EmbeddingClient built on reqwest::Client.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for HttpEmbeddingClient
impl !UnwindSafe for HttpEmbeddingClient
impl Freeze for HttpEmbeddingClient
impl Send for HttpEmbeddingClient
impl Sync for HttpEmbeddingClient
impl Unpin for HttpEmbeddingClient
impl UnsafeUnpin for HttpEmbeddingClient
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