pub struct CompletionReceiver(pub Receiver<TaskCompletionReason>);Expand description
完成通知接收器,用于接收定时器完成通知
Tuple Fields§
§0: Receiver<TaskCompletionReason>Auto Trait Implementations§
impl !RefUnwindSafe for CompletionReceiver
impl !UnwindSafe for CompletionReceiver
impl Freeze for CompletionReceiver
impl Send for CompletionReceiver
impl Sync for CompletionReceiver
impl Unpin for CompletionReceiver
impl UnsafeUnpin for CompletionReceiver
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