Struct systemd_jp::SystemdUnit
[−]
[src]
pub struct SystemdUnit { /* fields omitted */ }Methods
impl SystemdUnit[src]
fn new(connection: Rc<RefCell<SystemdConnection>>,
name: String,
description: String,
load_state: SystemdLoadState,
active_state: SystemdActiveState,
sub_state: SystemdSubState,
following_unit: Option<String>,
unit_object_path: String,
job_id: u32,
job_type: SystemdJobType,
job_object_path: String)
-> SystemdUnit
name: String,
description: String,
load_state: SystemdLoadState,
active_state: SystemdActiveState,
sub_state: SystemdSubState,
following_unit: Option<String>,
unit_object_path: String,
job_id: u32,
job_type: SystemdJobType,
job_object_path: String)
-> SystemdUnit