Struct zbus::MessageHeader[][src]

pub struct MessageHeader<'m> { /* fields omitted */ }
Expand description

The message header, containing all the metadata about the message.

This includes both the MessagePrimaryHeader and MessageFields.

Implementations

Create a new MessageHeader instance.

Get a reference to the primary header.

Get a mutable reference to the primary header.

Get the primary header, consuming self.

Get a reference to the message fields.

Get a mutable reference to the message fields.

Get the message fields, consuming self.

The message type

The object to send a call to, or the object a signal is emitted from.

The interface to invoke a method call on, or that a signal is emitted from.

The member, either the method name or signal name.

The name of the error that occurred, for errors.

The serial number of the message this message is a reply to.

The name of the connection this message is intended for.

Unique name of the sending connection.

The signature of the message body.

The number of Unix file descriptors that accompany the message.

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Get the signature for the implementing type. Read more

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

A DeserializeSeed implementation for this type.

Get a deserializer compatible with this signature.

Get the signature for the implementing type. Read more

Performs the conversion.

Performs the conversion.

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.