Enum dbus-rs::BusType [-]  [+] [src]

pub enum BusType {
    Session,
    System,
    Starter,
}

Variants

Session
System
Starter

Trait Implementations

Derived Implementations

impl Copy for DBusBusType

impl PartialEq for DBusBusType

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

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

impl Debug for DBusBusType

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