Struct systemd-dbus::UnitFileChange [-]  [+] [src]

pub struct UnitFileChange {
    // some fields omitted
}

Systemd unit file change information

Trait Implementations

Derived Implementations

impl Debug for UnitFileChange

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

impl Encodable for UnitFileChange

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), Error>

impl Decodable for UnitFileChange

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<UnitFileChange, Error>