Enum httparse::Error
[-] [+]
[src]
pub enum Error { HeaderName, HeaderValue, NewLine, Status, Token, TooManyHeaders, Version, }
An error in parsing.
pub enum Error { HeaderName, HeaderValue, NewLine, Status, Token, TooManyHeaders, Version, }
An error in parsing.
impl Debug for Error
impl Eq for Error
impl PartialEq for Error
impl Clone for Error
fn clone(&self) -> Error
fn clone_from(&mut self, source: &Self)
impl Copy for Error
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).