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
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
).
Search functions by type signature (e.g.
vec -> usize
)