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