pub struct AdaptiveRecvFut<'a, T: Marshal + Copy + 'static> { /* private fields */ }Expand description
Future from AdaptiveIpc::recv_async.
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> !RefUnwindSafe for AdaptiveRecvFut<'a, T>
impl<'a, T> !UnwindSafe for AdaptiveRecvFut<'a, T>
impl<'a, T> Freeze for AdaptiveRecvFut<'a, T>where
&'a AdaptiveIpc<T>: Freeze,
impl<'a, T> Send for AdaptiveRecvFut<'a, T>where
&'a AdaptiveIpc<T>: Send,
impl<'a, T> Sync for AdaptiveRecvFut<'a, T>where
&'a AdaptiveIpc<T>: Sync,
impl<'a, T> Unpin for AdaptiveRecvFut<'a, T>where
&'a AdaptiveIpc<T>: Unpin,
impl<'a, T> UnsafeUnpin for AdaptiveRecvFut<'a, T>where
&'a AdaptiveIpc<T>: UnsafeUnpin,
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