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