pub enum MqttState {
Disconnected,
Connecting,
Connected,
}Variants§
Trait Implementations§
impl Copy for MqttState
impl Eq for MqttState
impl StructuralPartialEq for MqttState
Auto Trait Implementations§
impl Freeze for MqttState
impl RefUnwindSafe for MqttState
impl Send for MqttState
impl Sync for MqttState
impl Unpin for MqttState
impl UnwindSafe for MqttState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more