Struct hyper_imp::ffi::hyper_clientconn
source · pub struct hyper_clientconn { /* private fields */ }Expand description
An HTTP client connection handle.
These are used to send a request on a single connection. It’s possible to send multiple requests on a single connection, such as when HTTP/1 keep-alive or HTTP/2 is used.
Auto Trait Implementations§
impl !RefUnwindSafe for hyper_clientconn
impl Send for hyper_clientconn
impl Sync for hyper_clientconn
impl Unpin for hyper_clientconn
impl !UnwindSafe for hyper_clientconn
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