Struct hyper::client::conn::Http2SendRequest
source · pub(super) struct Http2SendRequest<B> {
dispatch: UnboundedSender<Request<B>, Response<Body>>,
}
Fields§
§dispatch: UnboundedSender<Request<B>, Response<Body>>
Implementations§
source§impl<B> Http2SendRequest<B>
impl<B> Http2SendRequest<B>
Trait Implementations§
source§impl<B> Clone for Http2SendRequest<B>
impl<B> Clone for Http2SendRequest<B>
Auto Trait Implementations§
impl<B> Freeze for Http2SendRequest<B>
impl<B> !RefUnwindSafe for Http2SendRequest<B>
impl<B> Send for Http2SendRequest<B>where
B: Send,
impl<B> Sync for Http2SendRequest<B>where
B: Send,
impl<B> Unpin for Http2SendRequest<B>
impl<B> !UnwindSafe for Http2SendRequest<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