pub struct ReqwestHttpClient { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for ReqwestHttpClient
impl Clone for ReqwestHttpClient
Source§fn clone(&self) -> ReqwestHttpClient
fn clone(&self) -> ReqwestHttpClient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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
Source§impl HttpClient for ReqwestHttpClient
Available on crate feature reqwest only.
impl HttpClient for ReqwestHttpClient
Available on crate feature
reqwest only.async fn send( &self, request: HttpRequest, ) -> Result<HttpResponseData, HttpError>
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