Enum embedded_svc::utils::asyncify::mqtt::client::AsyncConnState
source · pub enum AsyncConnState<M, E> {
None,
Waiting(Waker),
Received(Result<Event<M>, E>),
}Variants§
Implementations§
source§impl<M, E> AsyncConnState<M, E>
impl<M, E> AsyncConnState<M, E>
Trait Implementations§
Auto Trait Implementations§
impl<M, E> RefUnwindSafe for AsyncConnState<M, E>where
E: RefUnwindSafe,
M: RefUnwindSafe,
impl<M, E> Send for AsyncConnState<M, E>
impl<M, E> Sync for AsyncConnState<M, E>
impl<M, E> Unpin for AsyncConnState<M, E>
impl<M, E> UnwindSafe for AsyncConnState<M, E>where
E: UnwindSafe,
M: UnwindSafe,
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