Struct qapi_qmp::JobInfo[][src]

pub struct JobInfo {
    pub current_progress: isize,
    pub status: JobStatus,
    pub total_progress: isize,
    pub id: String,
    pub error: Option<String>,
    pub type_: JobType,
}

Fields

Trait Implementations

impl Debug for JobInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for JobInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for JobInfo

impl Sync for JobInfo