Enum ntex_mqtt::v3::client::control::ControlMessage [−][src]
pub enum ControlMessage<E> {
Publish(Publish),
Disconnect(Disconnect),
Closed(Closed),
Error(Error<E>),
ProtocolError(ProtocolError),
}
Variants
Publish(Publish)
Unhandled publish packet
Tuple Fields of Publish
0: Publish
Disconnect(Disconnect)
Disconnect packet
Tuple Fields of Disconnect
0: Disconnect
Closed(Closed)
Connection closed
Tuple Fields of Closed
0: Closed
Error(Error<E>)
Application level error from resources and control services
Tuple Fields of Error
0: Error<E>
ProtocolError(ProtocolError)
Protocol level error
Tuple Fields of ProtocolError
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
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. 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