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

pub enum DecoderError {
    NotImplemented(String),
    ExpectedError(String, String),
    UnknownVariantError(String),
    ApplicationError(String),
}

Error type for serialization

Variants

NotImplemented

Type not implemented by the decoder

ExpectedError

Expected error

UnknownVariantError

Variant type unknown

ApplicationError

Other errors

Trait Implementations

Derived Implementations

impl Debug for DecoderError

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

impl PartialEq for DecoderError

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

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

impl Clone for DecoderError

fn clone(&self) -> DecoderError

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