Enum serde_xml::error::ErrorCode
[−]
[src]
pub enum ErrorCode { EOF, RawValueCannotHaveAttributes, InvalidOptionalElement, NotUtf8, SerdeExpectedSomeValue(String), ExpectedEOF, LexingError(LexerError), Expected(&'static str), XmlDoesntSupportSeqofSeq, }
The errors that can arise while parsing a JSON stream.
Variants
EOF
RawValueCannotHaveAttributes
InvalidOptionalElement
NotUtf8
SerdeExpectedSomeValue(String)
ExpectedEOF
LexingError(LexerError)
Expected(&'static str)
XmlDoesntSupportSeqofSeq
Trait Implementations
impl Clone for ErrorCode
[src]
fn clone(&self) -> ErrorCode
[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
impl PartialEq for ErrorCode
[src]
fn eq(&self, __arg_0: &ErrorCode) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ErrorCode) -> bool
[src]
This method tests for !=
.