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