Struct qapi_qmp::job_finalize[][src]

pub struct job_finalize {
    pub id: String,
}

Fields

Trait Implementations

impl Debug for job_finalize
[src]

Formats the value using the given formatter. Read more

impl Clone for job_finalize
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for job_finalize
[src]

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

Auto Trait Implementations

impl Send for job_finalize

impl Sync for job_finalize