pub struct DynamicReceiveFuture<'ch, T> { /* private fields */ }
Expand description
Future returned by DynamicReceiver::receive
.
Trait Implementations§
Source§impl<'ch, M: RawMutex, T, const N: usize> From<ReceiveFuture<'ch, M, T, N>> for DynamicReceiveFuture<'ch, T>
impl<'ch, M: RawMutex, T, const N: usize> From<ReceiveFuture<'ch, M, T, N>> for DynamicReceiveFuture<'ch, T>
Source§fn from(value: ReceiveFuture<'ch, M, T, N>) -> Self
fn from(value: ReceiveFuture<'ch, M, T, N>) -> Self
Converts to this type from the input type.
Source§impl<'ch, T> Future for DynamicReceiveFuture<'ch, T>
impl<'ch, T> Future for DynamicReceiveFuture<'ch, T>
Auto Trait Implementations§
impl<'ch, T> Freeze for DynamicReceiveFuture<'ch, T>
impl<'ch, T> !RefUnwindSafe for DynamicReceiveFuture<'ch, T>
impl<'ch, T> !Send for DynamicReceiveFuture<'ch, T>
impl<'ch, T> !Sync for DynamicReceiveFuture<'ch, T>
impl<'ch, T> Unpin for DynamicReceiveFuture<'ch, T>
impl<'ch, T> !UnwindSafe for DynamicReceiveFuture<'ch, T>
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
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more