struct Serving<T, B>where
B: Body,{
ping: Option<(Recorder, Ponger)>,
conn: Connection<Compat<T>, SendBuf<B::Data>>,
closing: Option<Error>,
date_header: bool,
}Fields§
§ping: Option<(Recorder, Ponger)>§conn: Connection<Compat<T>, SendBuf<B::Data>>§closing: Option<Error>§date_header: boolImplementations§
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