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