Struct embedded_svc::utils::asyncify::event_bus::AsyncSubscription
source · pub struct AsyncSubscription<CV, P, S, E>where
CV: RawCondvar,
P: Send,{ /* private fields */ }
Implementations§
Trait Implementations§
source§impl<CV, P, S, E> ErrorType for AsyncSubscription<CV, P, S, E>
impl<CV, P, S, E> ErrorType for AsyncSubscription<CV, P, S, E>
Auto Trait Implementations§
impl<CV, P, S, E> !RefUnwindSafe for AsyncSubscription<CV, P, S, E>
impl<CV, P, S, E> Send for AsyncSubscription<CV, P, S, E>
impl<CV, P, S, E> Sync for AsyncSubscription<CV, P, S, E>
impl<CV, P, S, E> Unpin for AsyncSubscription<CV, P, S, E>where
S: Unpin,
impl<CV, P, S, E> !UnwindSafe for AsyncSubscription<CV, P, S, 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