pub struct snapshot_load {
pub devices: Vec<String>,
pub job_id: String,
pub tag: String,
pub vmstate: String,
}Fields§
§devices: Vec<String>§job_id: String§tag: String§vmstate: StringTrait Implementations§
Source§impl Clone for snapshot_load
impl Clone for snapshot_load
Source§fn clone(&self) -> snapshot_load
fn clone(&self) -> snapshot_load
Returns a duplicate 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 snapshot_load
impl Command for snapshot_load
Source§impl Debug for snapshot_load
impl Debug for snapshot_load
Source§impl<'de> Deserialize<'de> for snapshot_load
impl<'de> Deserialize<'de> for snapshot_load
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
Source§impl Serialize for snapshot_load
impl Serialize for snapshot_load
impl QmpCommand for snapshot_load
Auto Trait Implementations§
impl Freeze for snapshot_load
impl RefUnwindSafe for snapshot_load
impl Send for snapshot_load
impl Sync for snapshot_load
impl Unpin for snapshot_load
impl UnwindSafe for snapshot_load
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more