Enum dbus::ArrayError [] [src]

pub enum ArrayError {
    EmptyArray,
    DifferentElementTypes,
    InvalidSignature,
}

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

Variants

The array is empty.

The array is composed of different element types.

The supplied signature is not a valid array signature

Trait Implementations

impl Debug for ArrayError
[src]

[src]

Formats the value using the given formatter.

impl Copy for ArrayError
[src]

impl Clone for ArrayError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more