Enum orm::json::EncoderError [] [src]

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

Variants

Trait Implementations

impl Copy for EncoderError
[src]

impl PartialEq<EncoderError> for EncoderError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for EncoderError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EncoderError
[src]

Formats the value using the given formatter.

impl From<Error> for EncoderError
[src]

Performs the conversion.

impl Display for EncoderError
[src]

impl Error for EncoderError
[src]