pub struct AsyncWait<V: 'static>(/* private fields */);Expand description
等待异步任务执行完成
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<V> Freeze for AsyncWait<V>
impl<V> RefUnwindSafe for AsyncWait<V>
impl<V> Unpin for AsyncWait<V>
impl<V> UnwindSafe for AsyncWait<V>
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