Enum dbus::ConnectionItem [] [src]

pub enum ConnectionItem {
    Nothing,
    MethodCall(Message),
    Signal(Message),
}

When listening for incoming events on the D-Bus, this enum will tell you what type of incoming event has happened.

Variants

Trait Implementations

impl Debug for ConnectionItem
[src]

Formats the value using the given formatter.