Enum dbus::ArrayError [] [src]

pub enum ArrayError {
    EmptyArray,
    DifferentElementTypes,
}

Errors that can happen when creating a MessageItem::Array.

Variants

The array is empty.

The array is composed of different element types.

Trait Implementations

impl Debug for ArrayError
[src]

Formats the value using the given formatter.

impl Copy for ArrayError
[src]

impl Clone for ArrayError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more