Struct fluent_syntax::parser::errors::ParserError [−][src]
Fields
info: Option<ErrorInfo>
kind: ErrorKind
Trait Implementations
impl Debug for ParserError
[src]
impl Debug for ParserError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for ParserError
[src]
impl PartialEq for ParserError
fn eq(&self, other: &ParserError) -> bool
[src]
fn eq(&self, other: &ParserError) -> bool
This 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) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for ParserError
impl Send for ParserError
impl Sync for ParserError
impl Sync for ParserError