Struct dbus::arg::TypeMismatchError [] [src]

pub struct TypeMismatchError {
}

Error struct to indicate a D-Bus argument type mismatch.

Might be returned from iter::read().

Trait Implementations

impl Error for TypeMismatchError
[src]

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>

impl Display for TypeMismatchError
[src]

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

Derived Implementations

impl Debug for TypeMismatchError
[src]

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

impl Copy for TypeMismatchError
[src]

impl Clone for TypeMismatchError
[src]

fn clone(&self) -> TypeMismatchError

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