Struct poster::ConnectRsp

source ·
pub struct ConnectRsp { /* private fields */ }
Expand description

Response from connection request. Accesses data in CONNACK packet.

Implementations§

Accesses session present flag.

Accesses reason value.

Accesses flag representing if wildcard subscriptions are available.

Accesses flag representing if subscription identifiers are available.

Accesses flag representing if shared subscriptions are available.

Accesses maximum QoS value.

Accesses flag representing if retain is available.

Accesses server keep alive.

Accesses server receive maximum value.

Accesses topic alias maximum value.

Accesses session expiry interval value.

Accesses server maximum packet size.

Accesses client identifier assigned by the server.

Accesses reason string.

Accesses response information.

Accesses server reference.

Accesses authentication method.

Accesses authentication data.

Accesses user properties.

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.