Struct qapi_qmp::job_complete [−][src]
pub struct job_complete {
pub id: String,
}Fields
id: String
Trait Implementations
impl Debug for job_complete[src]
impl Debug for job_completefn 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_complete[src]
impl Clone for job_completefn clone(&self) -> job_complete[src]
fn clone(&self) -> job_completeReturns 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_complete[src]
impl Command for job_completeAuto Trait Implementations
impl Send for job_complete
impl Send for job_completeimpl Sync for job_complete
impl Sync for job_complete