pub struct MqttWorker { /* private fields */ }
Implementations§
Source§impl MqttWorker
impl MqttWorker
Auto Trait Implementations§
impl Freeze for MqttWorker
impl !RefUnwindSafe for MqttWorker
impl Send for MqttWorker
impl !Sync for MqttWorker
impl Unpin for MqttWorker
impl !UnwindSafe for MqttWorker
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