Struct dioxus_core::TaskId
source · [−]pub struct TaskId(pub usize);
Expand description
A task’s unique identifier.
TaskId
is a usize
that is unique across the entire VirtualDOM and across time. TaskIDs will never be reused
once a Task has been completed.
Tuple Fields
0: usize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TaskId
impl UnwindSafe for TaskId
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.