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

pub struct TypeMismatchError { /* fields omitted */ }

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

Might be returned from iter::read().

Methods

impl TypeMismatchError
[src]

[src]

The ArgType we were trying to read, but failed

[src]

The ArgType we should have been trying to read, if we wanted the read to succeed

[src]

At what argument was the error found?

Returns 0 for first argument, 1 for second argument, etc.

Trait Implementations

impl Clone for TypeMismatchError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TypeMismatchError
[src]

impl Debug for TypeMismatchError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for TypeMismatchError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for TypeMismatchError
[src]

impl Error for TypeMismatchError
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more

impl Display for TypeMismatchError
[src]

[src]

Formats the value using the given formatter. Read more