Struct http1_spec::chunked_body_parser::ChunkedBodyParser
source · [−]pub struct ChunkedBodyParser { /* private fields */ }Implementations
Trait Implementations
sourceimpl BodyParser for ChunkedBodyParser
impl BodyParser for ChunkedBodyParser
fn parse<R: BufRead>(
&mut self,
r: &mut R,
body_buf: &mut Vec<u8>
) -> Result<BodyParseOutput, BodyParseError>
sourceimpl Default for ChunkedBodyParser
impl Default for ChunkedBodyParser
sourcefn default() -> ChunkedBodyParser
fn default() -> ChunkedBodyParser
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ChunkedBodyParser
impl Send for ChunkedBodyParser
impl Sync for ChunkedBodyParser
impl Unpin for ChunkedBodyParser
impl UnwindSafe for ChunkedBodyParser
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more