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