pub struct Drain { /* private fields */ }
Expand description
Iron middleware that makes sure requests are read in full before reusing sockets
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Drain
impl RefUnwindSafe for Drain
impl Send for Drain
impl Sync for Drain
impl Unpin for Drain
impl UnwindSafe for Drain
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