struct Serving<T, B>where
B: HttpBody,{
ping: Option<(Recorder, Ponger)>,
conn: Connection<T, SendBuf<B::Data>>,
closing: Option<Error>,
}
Fields§
§ping: Option<(Recorder, Ponger)>
§conn: Connection<T, SendBuf<B::Data>>
§closing: Option<Error>
Implementations§
Auto Trait Implementations§
impl<T, B> !Freeze for Serving<T, B>
impl<T, B> !RefUnwindSafe for Serving<T, B>
impl<T, B> Send for Serving<T, B>
impl<T, B> Sync for Serving<T, B>
impl<T, B> Unpin for Serving<T, B>where
T: Unpin,
impl<T, B> !UnwindSafe for Serving<T, 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