Enum systemd_jp::SystemdLoadState
[−]
[src]
pub enum SystemdLoadState {
Loaded,
Error,
Masked,
Other(String),
}Variants
LoadedErrorMaskedOther(String)Trait Implementations
impl<'a> From<&'a str> for SystemdLoadState[src]
fn from(string: &str) -> SystemdLoadState
Performs the conversion.