pub struct CompletionNotifier(pub Sender<TaskCompletionReason>);Expand description
完成通知器,用于在任务完成时发送通知
Tuple Fields§
§0: Sender<TaskCompletionReason>Auto Trait Implementations§
impl !RefUnwindSafe for CompletionNotifier
impl !UnwindSafe for CompletionNotifier
impl Freeze for CompletionNotifier
impl Send for CompletionNotifier
impl Sync for CompletionNotifier
impl Unpin for CompletionNotifier
impl UnsafeUnpin for CompletionNotifier
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