pub struct StartMigrationResponse {
pub replication_group: Option<ReplicationGroup>,
}
Fields§
§replication_group: Option<ReplicationGroup>
Trait Implementations§
Source§impl Clone for StartMigrationResponse
impl Clone for StartMigrationResponse
Source§fn clone(&self) -> StartMigrationResponse
fn clone(&self) -> StartMigrationResponse
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 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 PartialEq for StartMigrationResponse
impl PartialEq for StartMigrationResponse
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 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