Struct qapi_qmp::job_cancel [−][src]
pub struct job_cancel {
pub id: String,
}Fields
id: String
Trait Implementations
impl Debug for job_cancel[src]
impl Debug for job_cancelfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for job_cancel[src]
impl Clone for job_cancelfn clone(&self) -> job_cancel[src]
fn clone(&self) -> job_cancelReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Command for job_cancel[src]
impl Command for job_cancelAuto Trait Implementations
impl Send for job_cancel
impl Send for job_cancelimpl Sync for job_cancel
impl Sync for job_cancel