Struct qapi_qmp::job_cancel[][src]

pub struct job_cancel {
    pub id: String,
}

Fields

Trait Implementations

impl Debug for job_cancel
[src]

Formats the value using the given formatter. Read more

impl Clone for job_cancel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for job_cancel
[src]

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

Auto Trait Implementations

impl Send for job_cancel

impl Sync for job_cancel