Enum systemd_jp::SystemdActiveState [] [src]

pub enum SystemdActiveState {
    Active,
    Reloading,
    Inactive,
    Failed,
    Activating,
    Deactivating,
    Other(String),
}

Variants

Trait Implementations

impl<'a> From<&'a str> for SystemdActiveState
[src]

Performs the conversion.