pub struct AsyncWaitAnyCallback<V: Send + 'static> { /* private fields */ }
Expand description
等待任意异步任务执行完成
Implementations§
Trait Implementations§
impl<V: Send + 'static> Send for AsyncWaitAnyCallback<V>
impl<V: Send + 'static> Sync for AsyncWaitAnyCallback<V>
Auto Trait Implementations§
impl<V> Freeze for AsyncWaitAnyCallback<V>
impl<V> RefUnwindSafe for AsyncWaitAnyCallback<V>
impl<V> Unpin for AsyncWaitAnyCallback<V>
impl<V> UnwindSafe for AsyncWaitAnyCallback<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