Struct fluent_syntax::parser::errors::ParserError [−][src]
Fields
info: Option<ErrorInfo>
kind: ErrorKind
Trait Implementations
impl Debug for ParserError[src]
impl Debug for ParserErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ParserError[src]
impl PartialEq for ParserErrorfn eq(&self, other: &ParserError) -> bool[src]
fn eq(&self, other: &ParserError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ParserError) -> bool[src]
fn ne(&self, other: &ParserError) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for ParserError
impl Send for ParserErrorimpl Sync for ParserError
impl Sync for ParserError