Struct qapi_qmp::job_resume[][src]

pub struct job_resume {
    pub id: String,
}

Fields

Trait Implementations

impl Debug for job_resume
[src]

Formats the value using the given formatter. Read more

impl Clone for job_resume
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for job_resume
[src]

NAME: &'static str = "job-resume"

Auto Trait Implementations

impl Send for job_resume

impl Sync for job_resume