pub struct HttpParserCache { /* private fields */ }Expand description
Thread-safe HTTP parser cache to avoid repeated allocations
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HttpParserCache
impl !RefUnwindSafe for HttpParserCache
impl Send for HttpParserCache
impl Sync for HttpParserCache
impl Unpin for HttpParserCache
impl UnsafeUnpin for HttpParserCache
impl !UnwindSafe for HttpParserCache
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