pub struct ChunkedBodyParser { /* private fields */ }Implementations§
Trait Implementations§
Source§impl BodyParser for ChunkedBodyParser
impl BodyParser for ChunkedBodyParser
fn parse<R: BufRead>( &mut self, r: &mut R, body_buf: &mut Vec<u8>, ) -> Result<BodyParseOutput, BodyParseError>
Source§impl Default for ChunkedBodyParser
impl Default for ChunkedBodyParser
Source§fn default() -> ChunkedBodyParser
fn default() -> ChunkedBodyParser
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ChunkedBodyParser
impl RefUnwindSafe for ChunkedBodyParser
impl Send for ChunkedBodyParser
impl Sync for ChunkedBodyParser
impl Unpin for ChunkedBodyParser
impl UnwindSafe for ChunkedBodyParser
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