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