Enum serde_xml::de::LexerError
[−]
[src]
pub enum LexerError {
EOF,
ExpectedLT,
ExpectedQuotes,
Utf8,
MixedElementsAndText,
ExpectedEOF,
ExpectedEq,
BadProlog,
BadDOCTYPE,
BadComment,
BadCDATA,
BadCommentOrCDATA,
BadDeclaration,
BadEscapeSequence,
Unexpected(u8),
NotANumber(u8),
NotAHex(u8),
EscapedNotUtf8,
Io,
}Variants
EOFExpectedLTExpectedQuotesUtf8MixedElementsAndTextExpectedEOFExpectedEqBadPrologBadDOCTYPEBadCommentBadCDATABadCommentOrCDATABadDeclarationBadEscapeSequenceUnexpected(u8)NotANumber(u8)NotAHex(u8)EscapedNotUtf8Io
Trait Implementations
impl From<Error> for LexerError[src]
fn from(_: Error) -> LexerError[src]
Performs the conversion.
impl Debug for LexerError[src]
impl Copy for LexerError[src]
impl PartialEq for LexerError[src]
fn eq(&self, __arg_0: &LexerError) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &LexerError) -> bool[src]
This method tests for !=.
impl Clone for LexerError[src]
fn clone(&self) -> LexerError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more