pub struct LocalSendFuture<'a, T> { /* private fields */ }Trait Implementations§
Source§impl<T> Drop for LocalSendFuture<'_, T>
impl<T> Drop for LocalSendFuture<'_, T>
Source§impl<T> Future for LocalSendFuture<'_, T>where
T: Unpin,
impl<T> Future for LocalSendFuture<'_, T>where
T: Unpin,
Auto Trait Implementations§
impl<'a, T> Freeze for LocalSendFuture<'a, T>where
T: Freeze,
impl<'a, T> !RefUnwindSafe for LocalSendFuture<'a, T>
impl<'a, T> !Send for LocalSendFuture<'a, T>
impl<'a, T> !Sync for LocalSendFuture<'a, T>
impl<'a, T> Unpin for LocalSendFuture<'a, T>where
T: Unpin,
impl<'a, T> !UnwindSafe for LocalSendFuture<'a, 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