Enum dbus_serialize::encoder::EncoderError [-] [+] [src]

pub enum EncoderError {
    BadKeyType,
    Unsupported,
    EmptyArray,
}

Variants

BadKeyType
Unsupported
EmptyArray

Trait Implementations

Derived Implementations

impl PartialEq for EncoderError

fn eq(&self, __arg_0: &EncoderError) -> bool

fn ne(&self, __arg_0: &EncoderError) -> bool

impl Debug for EncoderError

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