Struct qapi_qmp::job_dismiss [−][src]
pub struct job_dismiss {
pub id: String,
}Fields
id: String
Trait Implementations
impl Debug for job_dismiss[src]
impl Debug for job_dismissfn 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_dismiss[src]
impl Clone for job_dismissfn clone(&self) -> job_dismiss[src]
fn clone(&self) -> job_dismissReturns 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_dismiss[src]
impl Command for job_dismissAuto Trait Implementations
impl Send for job_dismiss
impl Send for job_dismissimpl Sync for job_dismiss
impl Sync for job_dismiss