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

pub struct Job {
    // some fields omitted
}

Systemd Job information

Trait Implementations

Derived Implementations

impl Debug for Job

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

impl Encodable for Job

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

impl Decodable for Job

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