pub struct SnapshotRestoreRequest {
pub target_vm_id: String,
pub idempotency_key: Option<String>,
}Fields§
§target_vm_id: String§idempotency_key: Option<String>Trait Implementations§
Source§impl Clone for SnapshotRestoreRequest
impl Clone for SnapshotRestoreRequest
Source§fn clone(&self) -> SnapshotRestoreRequest
fn clone(&self) -> SnapshotRestoreRequest
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 Debug for SnapshotRestoreRequest
impl Debug for SnapshotRestoreRequest
Source§impl<'de> Deserialize<'de> for SnapshotRestoreRequest
impl<'de> Deserialize<'de> for SnapshotRestoreRequest
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
Auto Trait Implementations§
impl Freeze for SnapshotRestoreRequest
impl RefUnwindSafe for SnapshotRestoreRequest
impl Send for SnapshotRestoreRequest
impl Sync for SnapshotRestoreRequest
impl Unpin for SnapshotRestoreRequest
impl UnsafeUnpin for SnapshotRestoreRequest
impl UnwindSafe for SnapshotRestoreRequest
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