pub struct Http2<B> { /* private fields */ }Expand description
An HTTP/2 client that can connect to a server and send HTTP requests/receive HTTP responses.
Trait Implementations§
Auto Trait Implementations§
impl<B> !RefUnwindSafe for Http2<B>
impl<B> !UnwindSafe for Http2<B>
impl<B> Freeze for Http2<B>
impl<B> Send for Http2<B>where
B: Send,
impl<B> Sync for Http2<B>where
B: Send,
impl<B> Unpin for Http2<B>
impl<B> UnsafeUnpin for Http2<B>
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