pub struct SendHttp { /* private fields */ }
Expand description
I/O-free coroutine to send HTTP request and receive its response.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SendHttp
impl !RefUnwindSafe for SendHttp
impl Send for SendHttp
impl Sync for SendHttp
impl Unpin for SendHttp
impl !UnwindSafe for SendHttp
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