Enum dbus::BusType [] [src]

pub enum BusType {
    Session,
    System,
    Starter,
}

Variants

Session
System
Starter

Trait Implementations

Derived Implementations

impl Clone for DBusBusType
[src]

fn clone(&self) -> DBusBusType

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

impl Copy for DBusBusType
[src]

impl PartialEq for DBusBusType
[src]

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

impl Debug for DBusBusType
[src]

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