Struct qapi_qmp::block_stream
source · pub struct block_stream {
pub speed: Option<isize>,
pub auto_finalize: Option<bool>,
pub on_error: Option<BlockdevOnError>,
pub device: String,
pub base_node: Option<String>,
pub backing_file: Option<String>,
pub auto_dismiss: Option<bool>,
pub base: Option<String>,
pub job_id: Option<String>,
}Fields§
§speed: Option<isize>§auto_finalize: Option<bool>§on_error: Option<BlockdevOnError>§device: String§base_node: Option<String>§backing_file: Option<String>§auto_dismiss: Option<bool>§base: Option<String>§job_id: Option<String>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