Enum rustc_ap_rustc_serialize::json::DecoderError [−][src]
pub enum DecoderError {
ParseError(ParserError),
ExpectedError(String, String),
MissingFieldError(String),
UnknownVariantError(String),
ApplicationError(String),
}Variants
ParseError(ParserError)MissingFieldError(String)UnknownVariantError(String)ApplicationError(String)Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DecoderErrorimpl Send for DecoderErrorimpl Sync for DecoderErrorimpl Unpin for DecoderErrorimpl UnwindSafe for DecoderErrorBlanket Implementations
Mutably borrows from an owned value. Read more