Struct ntex_h2::client::ClientConnection
source · pub struct ClientConnection { /* private fields */ }Expand description
Http2 client connection
Implementations§
source§impl ClientConnection
impl ClientConnection
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ClientConnection
impl !Send for ClientConnection
impl !Sync for ClientConnection
impl Unpin for ClientConnection
impl !UnwindSafe for ClientConnection
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