Move assignment operator.
mqtt_client & operator=( mqtt_client && other );
Cancels this client first. Moved-from client can only be destructed.