pub enum ParserType {
Chunked,
Head,
Multipart,
UrlEncoded,
}Expand description
Parser type.
Variants§
Chunked
Chunk transfer encoding parser type.
Head
Head parser type.
Multipart
Multipart parser type.
UrlEncoded
URL encoded parser type.
Auto Trait Implementations§
impl Freeze for ParserType
impl RefUnwindSafe for ParserType
impl Send for ParserType
impl Sync for ParserType
impl Unpin for ParserType
impl UnwindSafe for ParserType
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