Enum ntex_mqtt::v5::client::control::ControlMessage [−][src]
pub enum ControlMessage<E> {
Publish(Publish),
Disconnect(Disconnect),
Error(Error<E>),
ProtocolError(ProtocolError),
Closed(Closed),
PeerGone(PeerGone),
}
Variants
Publish(Publish)
Tuple Fields
0: Publish
Unhandled publish packet
Disconnect(Disconnect)
Tuple Fields
0: Disconnect
Disconnect packet
Error(Error<E>)
Tuple Fields
0: Error<E>
Application level error from resources and control services
ProtocolError(ProtocolError)
Tuple Fields
Protocol level error
Closed(Closed)
Tuple Fields
0: Closed
Connection closed
PeerGone(PeerGone)
Tuple Fields
0: PeerGone
Peer is gone
Implementations
Auto Trait Implementations
impl<E> !RefUnwindSafe for ControlMessage<E>
impl<E> Send for ControlMessage<E> where
E: Send,
impl<E> Sync for ControlMessage<E> where
E: Sync,
impl<E> Unpin for ControlMessage<E> where
E: Unpin,
impl<E> !UnwindSafe for ControlMessage<E>
Blanket Implementations
Mutably borrows from an owned value. Read more
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