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