Enum dbus_message_parser::value::Value [−][src]
pub enum Value {
}Expand description
An enum representing a DBus value.
Variants
Byte(u8)Boolean(bool)Int16(i16)Uint16(u16)Int32(i32)Uint32(u32)Int64(i64)Uint64(u64)Double(f64)String(String)ObjectPath(ObjectPath)Array(Array)Struct(Struct)UnixFD(RawFd)Implementations
Trait Implementations
Performs the conversion.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Value
impl UnwindSafe for Value
Blanket Implementations
Mutably borrows from an owned value. Read more