Struct http_pull_parser::ParserError
[−]
[src]
pub struct ParserError {
pub error: String,
}Fields
error: String
Trait Implementations
impl Eq for ParserError[src]
impl PartialEq for ParserError[src]
fn eq(&self, __arg_0: &ParserError) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ParserError) -> bool
This method tests for !=.
impl Debug for ParserError[src]
impl Clone for ParserError[src]
fn clone(&self) -> ParserError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more