Struct qapi_qmp::block_job_cancel[][src]

pub struct block_job_cancel {
    pub device: String,
    pub force: Option<bool>,
}

Fields

Trait Implementations

impl Debug for block_job_cancel
[src]

Formats the value using the given formatter. Read more

impl Clone for block_job_cancel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for block_job_cancel
[src]

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

Auto Trait Implementations

impl Send for block_job_cancel

impl Sync for block_job_cancel