Enum rustc_serialize::json::EncoderError [−][src]
pub enum EncoderError {
FmtError(Error),
BadHashmapKey,
}
Variants
FmtError(Error)
Tuple Fields of FmtError
0: Error
Trait Implementations
Converts a fmt::Error
into EncoderError
This conversion does not allocate memory.
Auto Trait Implementations
impl RefUnwindSafe for EncoderError
impl Send for EncoderError
impl Sync for EncoderError
impl Unpin for EncoderError
impl UnwindSafe for EncoderError
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
FmtError
: 0 bytesBadHashmapKey
: 0 bytes