Struct qapi_qmp::BlockdevSnapshotSync
source · pub struct BlockdevSnapshotSync {
pub snapshot_node_name: Option<String>,
pub snapshot_file: String,
pub format: Option<String>,
pub device: Option<String>,
pub node_name: Option<String>,
pub mode: Option<NewImageMode>,
}Fields§
§snapshot_node_name: Option<String>§snapshot_file: String§format: Option<String>§device: Option<String>§node_name: Option<String>§mode: Option<NewImageMode>Trait Implementations§
source§impl Clone for BlockdevSnapshotSync
impl Clone for BlockdevSnapshotSync
source§fn clone(&self) -> BlockdevSnapshotSync
fn clone(&self) -> BlockdevSnapshotSync
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 BlockdevSnapshotSync
impl Debug for BlockdevSnapshotSync
source§impl<'de> Deserialize<'de> for BlockdevSnapshotSync
impl<'de> Deserialize<'de> for BlockdevSnapshotSync
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