Struct embedded_svc::utils::asyncify::mqtt::client::AsyncClient
source · pub struct AsyncClient<U, W>(/* private fields */);
Implementations§
source§impl<U, W> AsyncClient<U, W>
impl<U, W> AsyncClient<U, W>
source§impl<E> AsyncClient<(), Blocking<E, Enqueueing>>
impl<E> AsyncClient<(), Blocking<E, Enqueueing>>
source§impl<P> AsyncClient<(), Blocking<P, Publishing>>
impl<P> AsyncClient<(), Blocking<P, Publishing>>
source§impl<C, P> AsyncClient<(), Blocking<C, P>>
impl<C, P> AsyncClient<(), Blocking<C, P>>
source§impl<C> AsyncClient<(), Blocking<C, Publishing>>
impl<C> AsyncClient<(), Blocking<C, Publishing>>
pub fn into_enqueueing(self) -> AsyncClient<(), Blocking<C, Enqueueing>>
source§impl<C> AsyncClient<(), Blocking<C, Enqueueing>>
impl<C> AsyncClient<(), Blocking<C, Enqueueing>>
pub fn into_publishing(self) -> AsyncClient<(), Blocking<C, Publishing>>
Trait Implementations§
source§impl<C> AsyncWrapper<C> for AsyncClient<(), Blocking<C, Publishing>>
impl<C> AsyncWrapper<C> for AsyncClient<(), Blocking<C, Publishing>>
source§impl<U, R, C> UnblockingAsyncWrapper<U, C> for AsyncClient<U, Arc<Mutex<R, C>>>where
R: RawMutex,
impl<U, R, C> UnblockingAsyncWrapper<U, C> for AsyncClient<U, Arc<Mutex<R, C>>>where
R: RawMutex,
Auto Trait Implementations§
impl<U, W> RefUnwindSafe for AsyncClient<U, W>where
U: RefUnwindSafe,
W: RefUnwindSafe,
impl<U, W> Send for AsyncClient<U, W>
impl<U, W> Sync for AsyncClient<U, W>
impl<U, W> Unpin for AsyncClient<U, W>
impl<U, W> UnwindSafe for AsyncClient<U, W>where
U: UnwindSafe,
W: 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