Enum dbus_bytestream::addr::AddressError [-] [+] [src]

pub enum AddressError {
    UnescapeError(UnescapeError),
    BadTransportSeparator,
    MalformedKeyValue,
    UnknownTransport,
    UnknownOption,
    MissingOption,
    ConflictingOptions,
}

Variants

UnescapeError
BadTransportSeparator
MalformedKeyValue
UnknownTransport
UnknownOption
MissingOption
ConflictingOptions

Trait Implementations

Derived Implementations

impl PartialEq for Error

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

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

impl Debug for Error

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