Enum dbus::ArrayError [] [src]

pub enum ArrayError {
    EmptyArray,
    DifferentElementTypes,
}

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

Variants

EmptyArray

The array is empty.

DifferentElementTypes

The array is composed of different element types.

Trait Implementations

Derived Implementations

impl Clone for ArrayError
[src]

fn clone(&self) -> ArrayError

fn clone_from(&mut self, source: &Self)
1.0.0

impl Copy for ArrayError
[src]

impl Debug for ArrayError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result