pub struct Http1Decoder<HP>where
HP: HeadParser,{ /* private fields */ }
Implementations§
Source§impl<HP> Http1Decoder<HP>where
HP: HeadParser,
impl<HP> Http1Decoder<HP>where
HP: HeadParser,
pub fn has_unparsed_bytes(&self) -> bool
Auto Trait Implementations§
impl<HP> Freeze for Http1Decoder<HP>where
HP: Freeze,
impl<HP> RefUnwindSafe for Http1Decoder<HP>where
HP: RefUnwindSafe,
impl<HP> Send for Http1Decoder<HP>where
HP: Send,
impl<HP> Sync for Http1Decoder<HP>where
HP: Sync,
impl<HP> Unpin for Http1Decoder<HP>where
HP: Unpin,
impl<HP> UnwindSafe for Http1Decoder<HP>where
HP: UnwindSafe,
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