Struct zbus::MessageHeader

source ·
pub struct MessageHeader<'m> { /* private fields */ }
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

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
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

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. 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.
Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more