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