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_cancel
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for job_cancel
[src]
impl Clone for job_cancel
fn clone(&self) -> job_cancel
[src]
fn clone(&self) -> job_cancel
Returns 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_cancel
Auto Trait Implementations
impl Send for job_cancel
impl Send for job_cancel
impl Sync for job_cancel
impl Sync for job_cancel