#[non_exhaustive]pub struct PreparingVMDisksStep { /* private fields */ }Expand description
PreparingVMDisksStep contains specific step details.
Implementations§
Trait Implementations§
Source§impl Clone for PreparingVMDisksStep
impl Clone for PreparingVMDisksStep
Source§fn clone(&self) -> PreparingVMDisksStep
fn clone(&self) -> PreparingVMDisksStep
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PreparingVMDisksStep
impl Debug for PreparingVMDisksStep
Source§impl Default for PreparingVMDisksStep
impl Default for PreparingVMDisksStep
Source§fn default() -> PreparingVMDisksStep
fn default() -> PreparingVMDisksStep
Returns the “default value” for a type. Read more
Source§impl Message for PreparingVMDisksStep
impl Message for PreparingVMDisksStep
Source§impl PartialEq for PreparingVMDisksStep
impl PartialEq for PreparingVMDisksStep
Source§fn eq(&self, other: &PreparingVMDisksStep) -> bool
fn eq(&self, other: &PreparingVMDisksStep) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PreparingVMDisksStep
Auto Trait Implementations§
impl Freeze for PreparingVMDisksStep
impl RefUnwindSafe for PreparingVMDisksStep
impl Send for PreparingVMDisksStep
impl Sync for PreparingVMDisksStep
impl Unpin for PreparingVMDisksStep
impl UnsafeUnpin for PreparingVMDisksStep
impl UnwindSafe for PreparingVMDisksStep
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