pub struct TaskWaker {
pub task_id: TaskId,
pub task_queue: Arc<ArrayQueue<TaskId>>,
}
Fields§
§task_id: TaskId
§task_queue: Arc<ArrayQueue<TaskId>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TaskWaker
impl RefUnwindSafe for TaskWaker
impl Send for TaskWaker
impl Sync for TaskWaker
impl Unpin for TaskWaker
impl UnwindSafe for TaskWaker
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