pub struct MessageRequest<P, D> {
    pub service_code: u8,
    pub path: P,
    pub data: D,
}
Expand description

Message request

Fields

service_code: u8

service request code

path: P

service request path

data: D

service request data

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

encode by moved values

encode by references

be careful to calculate the number of bytes

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

Returns the argument unchanged.

Calls U::from(self).

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

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.