Enum dbus_message_parser::message::MessageHeaderFieldsError[][src]

pub enum MessageHeaderFieldsError {
Show 27 variants Struct(Value), Length(usize), Variant(Value), Byte(Value), Path(Value), Interface(Value), InterfaceError(InterfaceError), Member(Value), MemberError(MemberError), ErrorName(Value), ErrorError(ErrorError), ReplySerial(Value), BusError(BusError), Destination(Value), Sender(Value), Signature(Value), UnixFDs(Value), InvalidNumber(u8), MultiplePath(Value), MultipleInterface(Value), MultipleMember(Value), MultipleErrorName(Value), MultipleReplySerial(Value), MultipleDestination(Value), MultipleSender(Value), MultipleSignature(Value), MultipleUnixFDs(Value),
}

Variants

Struct(Value)

Tuple Fields

0: Value

Length(usize)

Tuple Fields

0: usize

Variant(Value)

Tuple Fields

0: Value

Byte(Value)

Tuple Fields

0: Value

Path(Value)

Tuple Fields

0: Value

Interface(Value)

Tuple Fields

0: Value

InterfaceError(InterfaceError)

Tuple Fields

Member(Value)

Tuple Fields

0: Value

MemberError(MemberError)

Tuple Fields

ErrorName(Value)

Tuple Fields

0: Value

ErrorError(ErrorError)

Tuple Fields

ReplySerial(Value)

Tuple Fields

0: Value

BusError(BusError)

Tuple Fields

Destination(Value)

Tuple Fields

0: Value

Sender(Value)

Tuple Fields

0: Value

Signature(Value)

Tuple Fields

0: Value

UnixFDs(Value)

Tuple Fields

0: Value

InvalidNumber(u8)

Tuple Fields

0: u8

MultiplePath(Value)

Tuple Fields

0: Value

MultipleInterface(Value)

Tuple Fields

0: Value

MultipleMember(Value)

Tuple Fields

0: Value

MultipleErrorName(Value)

Tuple Fields

0: Value

MultipleReplySerial(Value)

Tuple Fields

0: Value

MultipleDestination(Value)

Tuple Fields

0: Value

MultipleSender(Value)

Tuple Fields

0: Value

MultipleSignature(Value)

Tuple Fields

0: Value

MultipleUnixFDs(Value)

Tuple Fields

0: Value

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

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

🔬 This is a nightly-only experimental API. (backtrace)

Returns a stack backtrace, if available, of where this error occurred. Read more

👎 Deprecated since 1.42.0:

use the Display impl or to_string()

👎 Deprecated since 1.33.0:

replaced by Error::source, which can support downcasting

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.