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