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
current_progress: isize
status: JobStatus
total_progress: isize
id: String
error: Option<String>
type_: JobType
Trait Implementations
impl Debug for JobInfo
[src]
impl Debug for JobInfo
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for JobInfo
[src]
impl Clone for JobInfo