pub struct HttpProcessors { /* private fields */ }Expand description
HTTP parser that automatically detects and processes different HTTP versions
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for HttpProcessors
impl !Send for HttpProcessors
impl !Sync for HttpProcessors
impl !UnwindSafe for HttpProcessors
impl Freeze for HttpProcessors
impl Unpin for HttpProcessors
impl UnsafeUnpin for HttpProcessors
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