Struct micro_http::connection::HttpConnection
source · pub struct HttpConnection<R, W> { /* private fields */ }Implementations§
source§impl<R, W> HttpConnection<R, W>where
R: AsyncRead + Unpin,
W: AsyncWrite + Unpin,
impl<R, W> HttpConnection<R, W>where R: AsyncRead + Unpin, W: AsyncWrite + Unpin,
Auto Trait Implementations§
impl<R, W> RefUnwindSafe for HttpConnection<R, W>where R: RefUnwindSafe, W: RefUnwindSafe,
impl<R, W> Send for HttpConnection<R, W>where R: Send, W: Send,
impl<R, W> Sync for HttpConnection<R, W>where R: Sync, W: Sync,
impl<R, W> Unpin for HttpConnection<R, W>where R: Unpin, W: Unpin,
impl<R, W> UnwindSafe for HttpConnection<R, W>where R: UnwindSafe, W: UnwindSafe,
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