struct RunUntil<'a, F> {
local_set: &'a LocalSet,
future: F,
}
Fields§
§local_set: &'a LocalSet
§future: F
Trait Implementations§
impl<'__pin, 'a, F> Unpin for RunUntil<'a, F>where
PinnedFieldsOf<__Origin<'__pin, 'a, F>>: Unpin,
Auto Trait Implementations§
impl<'a, F> Freeze for RunUntil<'a, F>where
F: Freeze,
impl<'a, F> !RefUnwindSafe for RunUntil<'a, F>
impl<'a, F> !Send for RunUntil<'a, F>
impl<'a, F> !Sync for RunUntil<'a, F>
impl<'a, F> !UnwindSafe for RunUntil<'a, F>
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,
§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