Struct lcov_parser::parser::RecordParseError
[−]
[src]
pub struct RecordParseError { pub line: i32, pub column: i32, pub message: String, }
Fields
line: i32
column: i32
message: String
Trait Implementations
impl Debug for RecordParseError
[src]
impl PartialEq for RecordParseError
[src]
fn eq(&self, __arg_0: &RecordParseError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &RecordParseError) -> bool
This method tests for !=
.
impl<'a, P: Stream<Item=char, Range=&'a str>> From<ParseError<P>> for RecordParseError
[src]
fn from(error: ParseError<P>) -> Self
Performs the conversion.
impl Display for RecordParseError
[src]
fn fmt(&self, f: &mut Formatter) -> FormatResult
Formats the value using the given formatter.