Enum dbus::ArrayError [] [src]

pub enum ArrayError {
    EmptyArray,
    DifferentElementTypes,
}

Variants

Trait Implementations

impl Clone for ArrayError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ArrayError
[src]

impl Debug for ArrayError
[src]

Formats the value using the given formatter.