enum TimerOp {
Insert(Instant, usize, Waker),
Remove(Instant, usize),
}
Expand description
A single timer operation.
Variants§
Auto Trait Implementations§
impl Freeze for TimerOp
impl RefUnwindSafe for TimerOp
impl Send for TimerOp
impl Sync for TimerOp
impl Unpin for TimerOp
impl UnwindSafe for TimerOp
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