pub struct Recv<'b, 'a, T, const N: usize> { /* private fields */ }Expand description
Future returned by Receiver::recv.
Trait Implementations§
Auto Trait Implementations§
impl<'b, 'a, T, const N: usize> !RefUnwindSafe for Recv<'b, 'a, T, N>
impl<'b, 'a, T, const N: usize> !UnwindSafe for Recv<'b, 'a, T, N>
impl<'b, 'a, T, const N: usize> Freeze for Recv<'b, 'a, T, N>
impl<'b, 'a, T, const N: usize> Send for Recv<'b, 'a, T, N>where
T: Send,
impl<'b, 'a, T, const N: usize> Sync for Recv<'b, 'a, T, N>where
T: Send,
impl<'b, 'a, T, const N: usize> Unpin for Recv<'b, 'a, T, N>
impl<'b, 'a, T, const N: usize> UnsafeUnpin for Recv<'b, 'a, T, N>
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