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

pub enum NameFlag {
    AllowReplacement,
    ReplaceExisting,
    DoNotQueue,
}

Variants

AllowReplacement
ReplaceExisting
DoNotQueue

Trait Implementations

Derived Implementations

impl Copy for DBusNameFlag

impl PartialEq for DBusNameFlag

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

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

impl Debug for DBusNameFlag

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