Enum dbus::NameFlag [] [src]

pub enum NameFlag {
    AllowReplacement,
    ReplaceExisting,
    DoNotQueue,
}

Variants

AllowReplacement
ReplaceExisting
DoNotQueue

Trait Implementations

Derived Implementations

impl Clone for DBusNameFlag
[src]

fn clone(&self) -> DBusNameFlag

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

impl Copy for DBusNameFlag
[src]

impl PartialEq for DBusNameFlag
[src]

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

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

impl Debug for DBusNameFlag
[src]

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