Enum rustc_serialize::json::EncoderError
[−]
[src]
pub enum EncoderError { FmtError(Error), BadHashmapKey, }
Variants
FmtError | |
BadHashmapKey |
pub enum EncoderError { FmtError(Error), BadHashmapKey, }
FmtError | |
BadHashmapKey |
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
impl From<Error> for EncoderError
fn from(err: Error) -> EncoderError
impl Debug for EncoderError
impl Copy for EncoderError