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 PropVariant
impl Send for PropVariant
impl Sync for PropVariant
impl Unpin for PropVariant
impl UnwindSafe for PropVariant