Enum dbus::BusType [] [src]

pub enum BusType {
    Session,
    System,
    Starter,
}

Variants

Trait Implementations

impl Clone for DBusBusType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DBusBusType
[src]

impl PartialEq for DBusBusType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for DBusBusType
[src]

Formats the value using the given formatter.