pub enum MQTTConnection {
Connected(u8),
Disconnected,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for MQTTConnection
impl RefUnwindSafe for MQTTConnection
impl Send for MQTTConnection
impl Sync for MQTTConnection
impl Unpin for MQTTConnection
impl UnwindSafe for MQTTConnection
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