Struct qapi_qmp::BLOCK_JOB_ERROR[][src]

pub struct BLOCK_JOB_ERROR {
    pub device: String,
    pub operation: IoOperationType,
    pub action: BlockErrorAction,
}

Fields

Trait Implementations

impl Debug for BLOCK_JOB_ERROR
[src]

Formats the value using the given formatter. Read more

impl Clone for BLOCK_JOB_ERROR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Event for BLOCK_JOB_ERROR
[src]

NAME: &'static str = "BLOCK_JOB_ERROR"

Auto Trait Implementations