Enum systemd_jp::SystemdLoadState [] [src]

pub enum SystemdLoadState {
    Loaded,
    Error,
    Masked,
    Other(String),
}

Variants

Trait Implementations

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

Performs the conversion.