pub struct HttpStreamHandler {
pub router: Arc<Router>,
pub builder: Arc<Builder<TokioExecutor>>,
pub stream: TcpStream,
pub shutdown: Shutdown,
pub _sender: Sender<()>,
}Fields§
§router: Arc<Router>§builder: Arc<Builder<TokioExecutor>>§stream: TcpStream§shutdown: Shutdown§_sender: Sender<()>Implementations§
Auto Trait Implementations§
impl !Freeze for HttpStreamHandler
impl !RefUnwindSafe for HttpStreamHandler
impl !UnwindSafe for HttpStreamHandler
impl Send for HttpStreamHandler
impl Sync for HttpStreamHandler
impl Unpin for HttpStreamHandler
impl UnsafeUnpin for HttpStreamHandler
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