Enum systemd-dbus::serialize::EncoderError [-]  [+] [src]

pub enum EncoderError {
    EncodeNotImplemented(String),
    InternalEncodeError(String),
}

Encoder Error Type

Variants

EncodeNotImplemented

Unimplemented type in the encoder

InternalEncodeError

Other encoder error

Trait Implementations

Derived Implementations

impl Debug for EncoderError

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

impl PartialEq for EncoderError

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

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

impl Clone for EncoderError

fn clone(&self) -> EncoderError

fn clone_from(&mut self, source: &Self)