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_complete
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_complete
[src]
impl Clone for job_complete
fn clone(&self) -> job_complete
[src]
fn clone(&self) -> job_complete
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_complete
[src]
impl Command for job_complete
Auto Trait Implementations
impl Send for job_complete
impl Send for job_complete
impl Sync for job_complete
impl Sync for job_complete