Struct qapi_qmp::block_stream
source · pub struct block_stream {
pub auto_finalize: Option<bool>,
pub device: String,
pub backing_file: Option<String>,
pub on_error: Option<BlockdevOnError>,
pub base_node: Option<String>,
pub job_id: Option<String>,
pub speed: Option<isize>,
pub base: Option<String>,
pub auto_dismiss: Option<bool>,
}Fields§
§auto_finalize: Option<bool>§device: String§backing_file: Option<String>§on_error: Option<BlockdevOnError>§base_node: Option<String>§job_id: Option<String>§speed: Option<isize>§base: Option<String>§auto_dismiss: Option<bool>Trait Implementations§
source§impl Clone for block_stream
impl Clone for block_stream
source§fn clone(&self) -> block_stream
fn clone(&self) -> block_stream
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 Command for block_stream
impl Command for block_stream
source§impl Debug for block_stream
impl Debug for block_stream
source§impl<'de> Deserialize<'de> for block_stream
impl<'de> Deserialize<'de> for block_stream
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