Enum rd_util::systemd::PropVariant  [−][src]
pub enum PropVariant {
    Bool(bool),
    U32(u32),
    U64(u64),
    String(String),
    StringList(Vec<String>),
    ExecStart(Vec<(String, Vec<String>, bool)>),
    Catchall(Type),
}Variants
Bool(bool)U32(u32)U64(u64)String(String)Catchall(Type)Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PropVariantimpl Send for PropVariantimpl Sync for PropVariantimpl Unpin for PropVariantimpl UnwindSafe for PropVariant