pub struct ReqwestHttpClient { /* private fields */ }Expand description
An HTTP client based on reqwest.
Implementations§
Trait Implementations§
Source§impl BareHttpClient for ReqwestHttpClient
impl BareHttpClient for ReqwestHttpClient
Source§impl Debug for ReqwestHttpClient
impl Debug for ReqwestHttpClient
Source§impl Default for ReqwestHttpClient
impl Default for ReqwestHttpClient
Source§fn default() -> ReqwestHttpClient
fn default() -> ReqwestHttpClient
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReqwestHttpClient
impl !RefUnwindSafe for ReqwestHttpClient
impl Send for ReqwestHttpClient
impl Sync for ReqwestHttpClient
impl Unpin for ReqwestHttpClient
impl !UnwindSafe 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