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

pub struct UnitProperty {
    // some fields omitted
}

A Unit property

Trait Implementations

Derived Implementations

impl Debug for UnitProperty

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

impl Encodable for UnitProperty

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

impl Decodable for UnitProperty

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