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