Struct qapi_qmp::BLOCK_JOB_PENDING [−][src]
Fields
type_: JobType
id: String
Trait Implementations
impl Debug for BLOCK_JOB_PENDING[src]
impl Debug for BLOCK_JOB_PENDINGfn 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_PENDING[src]
impl Clone for BLOCK_JOB_PENDINGfn clone(&self) -> BLOCK_JOB_PENDING[src]
fn clone(&self) -> BLOCK_JOB_PENDINGReturns 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 Event for BLOCK_JOB_PENDING[src]
impl Event for BLOCK_JOB_PENDINGAuto Trait Implementations
impl Send for BLOCK_JOB_PENDING
impl Send for BLOCK_JOB_PENDINGimpl Sync for BLOCK_JOB_PENDING
impl Sync for BLOCK_JOB_PENDING