Struct qapi_qmp::block_job_resume [−][src]
pub struct block_job_resume {
pub device: String,
}Fields
device: String
Trait Implementations
impl Debug for block_job_resume[src]
impl Debug for block_job_resumefn 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 block_job_resume[src]
impl Clone for block_job_resumefn clone(&self) -> block_job_resume[src]
fn clone(&self) -> block_job_resumeReturns 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 block_job_resume[src]
impl Command for block_job_resumeAuto Trait Implementations
impl Send for block_job_resume
impl Send for block_job_resumeimpl Sync for block_job_resume
impl Sync for block_job_resume