pub struct ReqwestAsync { /* private fields */ }
Trait Implementations§
Source§impl RequestImpl for ReqwestAsync
impl RequestImpl for ReqwestAsync
type Error = ReqwestError
Auto Trait Implementations§
impl Freeze for ReqwestAsync
impl !RefUnwindSafe for ReqwestAsync
impl Send for ReqwestAsync
impl Sync for ReqwestAsync
impl Unpin for ReqwestAsync
impl !UnwindSafe for ReqwestAsync
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