Struct embedded_svc::utils::asyncify::mqtt::client::AsyncConnection
source · pub struct AsyncConnection<CV, M, E>(/* private fields */)
where
CV: RawCondvar;Implementations§
source§impl<CV, M, E> AsyncConnection<CV, M, E>where
CV: RawCondvar,
impl<CV, M, E> AsyncConnection<CV, M, E>where
CV: RawCondvar,
pub fn new( connection_state: Arc<ConnStateGuard<CV, AsyncConnState<M, E>>> ) -> Self
Trait Implementations§
source§impl<CV, M, E> Drop for AsyncConnection<CV, M, E>where
CV: RawCondvar,
impl<CV, M, E> Drop for AsyncConnection<CV, M, E>where
CV: RawCondvar,
Auto Trait Implementations§
impl<CV, M, E> !RefUnwindSafe for AsyncConnection<CV, M, E>
impl<CV, M, E> Send for AsyncConnection<CV, M, E>
impl<CV, M, E> Sync for AsyncConnection<CV, M, E>
impl<CV, M, E> Unpin for AsyncConnection<CV, M, E>
impl<CV, M, E> !UnwindSafe for AsyncConnection<CV, M, E>
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