Struct qapi_qmp::BLOCK_IO_ERROR
source · pub struct BLOCK_IO_ERROR {
pub device: String,
pub action: BlockErrorAction,
pub reason: String,
pub nospace: Option<bool>,
pub operation: IoOperationType,
pub node_name: Option<String>,
}Fields§
§device: String§action: BlockErrorAction§reason: String§nospace: Option<bool>§operation: IoOperationType§node_name: Option<String>Trait 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