Enum dbus_serialize::types::Value
[-] [+]
[src]
pub enum Value { BasicValue(BasicValue), Double(f64), Array(Array), Variant(Variant), Struct(Struct), Dictionary(Dictionary), }
Root type for any D-Bus value
Variants
BasicValue | |
Double | |
Array | |
Variant | |
Struct | |
Dictionary |
Methods
impl Value
fn get_signature(&self) -> &str
Returns the D-Bus type signature that corresponds to the Value