Enum rd_util::systemd::UnitState [−][src]
pub enum UnitState {
NotFound,
Running,
Exited,
OtherActive(String),
Inactive(String),
Failed(String),
Other(String),
}
Variants
OtherActive(String)
Tuple Fields of OtherActive
0: String
Inactive(String)
Tuple Fields of Inactive
0: String
Failed(String)
Tuple Fields of Failed
0: String
Other(String)
Tuple Fields of Other
0: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnitState
impl UnwindSafe for UnitState
Blanket Implementations
Mutably borrows from an owned value. Read more