pub struct NextUpdate<'a, H: ?Sized> { /* private fields */ }
Expand description
A future which polls HookPollNextUpdate::poll_next_update
.
See HookExt::next_update
.
Implementations§
Trait Implementations§
Source§impl<'a, H: HookPollNextUpdate + Unpin + ?Sized> Future for NextUpdate<'a, H>
impl<'a, H: HookPollNextUpdate + Unpin + ?Sized> Future for NextUpdate<'a, H>
Auto Trait Implementations§
impl<'a, H> Freeze for NextUpdate<'a, H>where
H: ?Sized,
impl<'a, H> RefUnwindSafe for NextUpdate<'a, H>where
H: RefUnwindSafe + ?Sized,
impl<'a, H> Send for NextUpdate<'a, H>
impl<'a, H> Sync for NextUpdate<'a, H>
impl<'a, H> Unpin for NextUpdate<'a, H>where
H: ?Sized,
impl<'a, H> !UnwindSafe for NextUpdate<'a, H>
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