Enum systemd-dbus::Match [-]  [+] [src]

pub enum Match {
    Type(String),
    Sender(String),
    Interface(String),
    Member(String),
    Path(String),
    Destination(String),
    Arg(usize, String),
}

Match rules for notifications

Variants

Type

match on type, type='…'

Sender

match on sender, sender='…'

Interface

match on interface, interface='…'

Member

match on member, member='…'

Path

match on path, path='…'

Destination

match on destination, destination='…'

Arg

match on arg n, arg0='…'

Trait Implementations

impl Display for Match

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

Derived Implementations

impl Debug for Match

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