Struct qapi_qmp::blockdev_snapshot_sync
source · [−]pub struct blockdev_snapshot_sync(pub BlockdevSnapshotSync);Tuple Fields
0: BlockdevSnapshotSyncTrait Implementations
sourceimpl Clone for blockdev_snapshot_sync
impl Clone for blockdev_snapshot_sync
sourcefn clone(&self) -> blockdev_snapshot_sync
fn clone(&self) -> blockdev_snapshot_sync
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 moresourceimpl Command for blockdev_snapshot_sync
impl Command for blockdev_snapshot_sync
sourceimpl Debug for blockdev_snapshot_sync
impl Debug for blockdev_snapshot_sync
sourceimpl<'de> Deserialize<'de> for blockdev_snapshot_sync
impl<'de> Deserialize<'de> for blockdev_snapshot_sync
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 From<BlockdevSnapshotSync> for blockdev_snapshot_sync
impl From<BlockdevSnapshotSync> for blockdev_snapshot_sync
sourcefn from(val: BlockdevSnapshotSync) -> Self
fn from(val: BlockdevSnapshotSync) -> Self
Converts to this type from the input type.
sourceimpl Serialize for blockdev_snapshot_sync
impl Serialize for blockdev_snapshot_sync
impl QmpCommand for blockdev_snapshot_sync
Auto Trait Implementations
impl RefUnwindSafe for blockdev_snapshot_sync
impl Send for blockdev_snapshot_sync
impl Sync for blockdev_snapshot_sync
impl Unpin for blockdev_snapshot_sync
impl UnwindSafe for blockdev_snapshot_sync
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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