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

Trait Implementations

impl From<Error> for LexerError
[src]

[src]

Performs the conversion.

impl Debug for LexerError
[src]

[src]

Formats the value using the given formatter.

impl Copy for LexerError
[src]

impl PartialEq for LexerError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Clone for LexerError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more