pub struct ReqwestInferenceClient { /* private fields */ }Expand description
Default blocking HTTP client implementation backed by reqwest.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReqwestInferenceClient
impl !RefUnwindSafe for ReqwestInferenceClient
impl Send for ReqwestInferenceClient
impl Sync for ReqwestInferenceClient
impl Unpin for ReqwestInferenceClient
impl !UnwindSafe for ReqwestInferenceClient
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