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

pub struct UnitFileChanges {
    // some fields omitted
}

Systemd unit file changes

Trait Implementations

Derived Implementations

impl Debug for UnitFileChanges

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

impl Encodable for UnitFileChanges

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

impl Decodable for UnitFileChanges

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