pub struct OwnedNotified { /* private fields */ }展开描述
由 Notify::notified_owned() 返回的 future。
此 future
是 fused 的,
因此
一旦它完成,
任何
对 poll 的
后续调用
将立即
返回
Poll::Ready。
实现§
Trait 实现§
Source§impl Debug for OwnedNotified
impl Debug for OwnedNotified
Source§impl Future for OwnedNotified
impl Future for OwnedNotified
impl Sync for OwnedNotified
自动 Trait 实现§
impl !Freeze for OwnedNotified
impl !RefUnwindSafe for OwnedNotified
impl Send for OwnedNotified
impl !Unpin for OwnedNotified
impl !UnsafeUnpin for OwnedNotified
impl !UnwindSafe for OwnedNotified
Blanket 实现§
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. 更多信息
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
我们将要把此值转变成哪种 future?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. 更多信息