Enum rustc_serialize::json::EncoderError [] [src]

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

Variants

FmtError
BadHashmapKey

Trait Implementations

impl Clone for EncoderError

fn clone(&self) -> Self

fn clone_from(&mut self, source: &Self)

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 From<Error> for EncoderError

fn from(err: Error) -> EncoderError

Derived Implementations

impl Debug for EncoderError

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

impl Copy for EncoderError