pub struct ReqwestHttpAsyncClient { /* private fields */ }
Implementations§
Source§impl ReqwestHttpAsyncClient
impl ReqwestHttpAsyncClient
pub fn new(conf: &ReqwestHttpAsyncClientConfiguration) -> Result<Self, Error>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReqwestHttpAsyncClient
impl !RefUnwindSafe for ReqwestHttpAsyncClient
impl Send for ReqwestHttpAsyncClient
impl Sync for ReqwestHttpAsyncClient
impl Unpin for ReqwestHttpAsyncClient
impl !UnwindSafe for ReqwestHttpAsyncClient
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