Struct mpris::DBusError[][src]

pub struct DBusError { /* fields omitted */ }

Something went wrong when communicating with the D-Bus. This could either be an underlying D-Bus library problem, or that the other side did not conform to the expected protocols.

Trait Implementations

impl From<DBusError> for FindingError
[src]

Performs the conversion.

impl Debug for DBusError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for DBusError
[src]

Performs the conversion.

impl From<InvalidPlaybackStatus> for DBusError
[src]

Performs the conversion.

impl From<InvalidLoopStatus> for DBusError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for DBusError

impl Sync for DBusError