Struct qapi_qmp::job_pause[][src]

pub struct job_pause {
    pub id: String,
}

Fields

Trait Implementations

impl Debug for job_pause
[src]

Formats the value using the given formatter. Read more

impl Clone for job_pause
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for job_pause
[src]

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

Auto Trait Implementations

impl Send for job_pause

impl Sync for job_pause