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]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for ArrayError

impl Sync for ArrayError