Struct qapi_qmp::BLOCK_IO_ERROR
source · pub struct BLOCK_IO_ERROR {
pub action: BlockErrorAction,
pub nospace: Option<bool>,
pub reason: String,
pub node_name: Option<String>,
pub device: String,
pub operation: IoOperationType,
}Fields§
§action: BlockErrorAction§nospace: Option<bool>§reason: String§node_name: Option<String>§device: String§operation: IoOperationTypeTrait Implementations§
source§impl Clone for BLOCK_IO_ERROR
impl Clone for BLOCK_IO_ERROR
source§fn clone(&self) -> BLOCK_IO_ERROR
fn clone(&self) -> BLOCK_IO_ERROR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for BLOCK_IO_ERROR
impl Debug for BLOCK_IO_ERROR
source§impl<'de> Deserialize<'de> for BLOCK_IO_ERROR
impl<'de> Deserialize<'de> for BLOCK_IO_ERROR
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more