Enum ntex_mqtt::v5::control::ControlMessage [−][src]
pub enum ControlMessage<E> {
Auth(Auth),
Ping(Ping),
Disconnect(Disconnect),
Subscribe(Subscribe),
Unsubscribe(Unsubscribe),
Closed(Closed),
Error(Error<E>),
ProtocolError(ProtocolError),
}
Expand description
Control plain messages
Variants
Tuple Fields of Auth
0: Auth
Tuple Fields of Ping
0: Ping
Tuple Fields of Disconnect
0: Disconnect
Tuple Fields of Subscribe
0: Subscribe
Tuple Fields of Unsubscribe
0: Unsubscribe
Tuple Fields of Closed
0: Closed
Tuple Fields of Error
0: Error<E>