Struct qapi_qmp::SnapshotInfo
source · [−]pub struct SnapshotInfo {
pub vm_state_size: i32,
pub id: String,
pub name: String,
pub vm_clock_sec: i32,
pub date_sec: i32,
pub date_nsec: i32,
pub vm_clock_nsec: i32,
pub icount: Option<i32>,
}Fields
vm_state_size: i32id: Stringname: Stringvm_clock_sec: i32date_sec: i32date_nsec: i32vm_clock_nsec: i32icount: Option<i32>Trait Implementations
sourceimpl Clone for SnapshotInfo
impl Clone for SnapshotInfo
sourcefn clone(&self) -> SnapshotInfo
fn clone(&self) -> SnapshotInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SnapshotInfo
impl Debug for SnapshotInfo
sourceimpl<'de> Deserialize<'de> for SnapshotInfo
impl<'de> Deserialize<'de> for SnapshotInfo
sourcefn 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
sourceimpl Serialize for SnapshotInfo
impl Serialize for SnapshotInfo
Auto Trait Implementations
impl RefUnwindSafe for SnapshotInfo
impl Send for SnapshotInfo
impl Sync for SnapshotInfo
impl Unpin for SnapshotInfo
impl UnwindSafe for SnapshotInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more