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