Struct embedded_svc::utils::asyncify::event_bus::AsyncPostbox
source · pub struct AsyncPostbox<U, P, PB> { /* private fields */ }
Implementations§
source§impl<U, P, PB> AsyncPostbox<U, P, PB>
impl<U, P, PB> AsyncPostbox<U, P, PB>
source§impl<P, PB> AsyncPostbox<(), P, PB>
impl<P, PB> AsyncPostbox<(), P, PB>
Trait Implementations§
source§impl<P, PB> AsyncWrapper<PB> for AsyncPostbox<(), P, PB>
impl<P, PB> AsyncWrapper<PB> for AsyncPostbox<(), P, PB>
source§impl<U, P, PB> Clone for AsyncPostbox<U, P, PB>
impl<U, P, PB> Clone for AsyncPostbox<U, P, PB>
source§impl<U, P, PB> ErrorType for AsyncPostbox<U, P, PB>where
PB: ErrorType,
impl<U, P, PB> ErrorType for AsyncPostbox<U, P, PB>where
PB: ErrorType,
source§impl<U, P, PB> UnblockingAsyncWrapper<U, PB> for AsyncPostbox<U, P, PB>
impl<U, P, PB> UnblockingAsyncWrapper<U, PB> for AsyncPostbox<U, P, PB>
Auto Trait Implementations§
impl<U, P, PB> RefUnwindSafe for AsyncPostbox<U, P, PB>where
PB: RefUnwindSafe,
U: RefUnwindSafe,
impl<U, P, PB> Send for AsyncPostbox<U, P, PB>
impl<U, P, PB> Sync for AsyncPostbox<U, P, PB>
impl<U, P, PB> Unpin for AsyncPostbox<U, P, PB>
impl<U, P, PB> UnwindSafe for AsyncPostbox<U, P, PB>where
PB: UnwindSafe,
U: 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