pub struct HeaderParserParallel;Auto Trait Implementations§
impl Freeze for HeaderParserParallel
impl RefUnwindSafe for HeaderParserParallel
impl Send for HeaderParserParallel
impl Sync for HeaderParserParallel
impl Unpin for HeaderParserParallel
impl UnwindSafe for HeaderParserParallel
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