Module job_
state
cargo
1.84.0-dev
Module job_
state
Module Items
Structs
In cargo::
core::
compiler::
job_
queue
Modules
job
job_state
Structs
DiagDedupe
DrainState
ErrorToHandle
ErrorsDuringDrain
JobId
JobQueue
WarningCount
Enums
Artifact
FixableWarnings
Message
cargo
::
core
::
compiler
::
job_queue
Module
job_state
Copy item path
Settings
Help
Summary
Source
Expand description
See
JobState
.
Structs
§
JobState
A
JobState
is constructed by
JobQueue::run
and passed to
Job::run
. It includes everything necessary to communicate between the main thread and the execution of the job.