pub struct ReqwestHttpClient;
Trait Implementations§
Source§impl HttpClient for ReqwestHttpClient
impl HttpClient for ReqwestHttpClient
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