pub struct CompleteMigrationResponse {
pub replication_group: Option<ReplicationGroup>,
}
Fields§
§replication_group: Option<ReplicationGroup>
Trait Implementations§
Source§impl Clone for CompleteMigrationResponse
impl Clone for CompleteMigrationResponse
Source§fn clone(&self) -> CompleteMigrationResponse
fn clone(&self) -> CompleteMigrationResponse
Returns a copy of the value. Read more
1.0.0 · 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 CompleteMigrationResponse
impl Debug for CompleteMigrationResponse
Source§impl Default for CompleteMigrationResponse
impl Default for CompleteMigrationResponse
Source§fn default() -> CompleteMigrationResponse
fn default() -> CompleteMigrationResponse
Returns the “default value” for a type. Read more
impl StructuralPartialEq for CompleteMigrationResponse
Auto Trait Implementations§
impl Freeze for CompleteMigrationResponse
impl RefUnwindSafe for CompleteMigrationResponse
impl Send for CompleteMigrationResponse
impl Sync for CompleteMigrationResponse
impl Unpin for CompleteMigrationResponse
impl UnwindSafe for CompleteMigrationResponse
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