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