Enum rustc-serialize::json::EncoderError [-]  [+] [src]

pub enum EncoderError {
    FmtError(Error),
    BadHashmapKey,
}

Variants

FmtError
BadHashmapKey

Trait Implementations

impl StdError for EncoderError

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

impl Display for EncoderError

fn fmt(&self, f: &mut Formatter) -> Result

impl FromError<Error> for EncoderError

fn from_error(err: Error) -> EncoderError

Derived Implementations

impl Debug for EncoderError

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for EncoderError