Enum serialize::json::EncoderErrorUnstable
[-] [+]
[src]
pub enum EncoderError {
FmtError(Error),
BadHashmapKey,
}Variants
FmtError | |
BadHashmapKey |
pub enum EncoderError {
FmtError(Error),
BadHashmapKey,
}FmtError | |
BadHashmapKey |
impl Display for EncoderErrorimpl Error for EncoderErrorfn description(&self) -> &strfn cause(&self) -> Option<&Error>impl From<Error> for EncoderErrorfn from(err: Error) -> EncoderErrorimpl Debug for EncoderErrorimpl Clone for EncoderErrorfn clone(&self) -> EncoderErrorfn clone_from(&mut self, source: &Self)impl Copy for EncoderError
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).