Struct aws_sdk_elasticache::output::StartMigrationOutput
source · [−]#[non_exhaustive]pub struct StartMigrationOutput { /* private fields */ }Implementations
sourceimpl StartMigrationOutput
impl StartMigrationOutput
sourcepub fn replication_group(&self) -> Option<&ReplicationGroup>
pub fn replication_group(&self) -> Option<&ReplicationGroup>
Contains all of the attributes of a specific Redis replication group.
sourceimpl StartMigrationOutput
impl StartMigrationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartMigrationOutput.
Trait Implementations
sourceimpl Clone for StartMigrationOutput
impl Clone for StartMigrationOutput
sourcefn clone(&self) -> StartMigrationOutput
fn clone(&self) -> StartMigrationOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StartMigrationOutput
impl Debug for StartMigrationOutput
sourceimpl PartialEq<StartMigrationOutput> for StartMigrationOutput
impl PartialEq<StartMigrationOutput> for StartMigrationOutput
sourcefn eq(&self, other: &StartMigrationOutput) -> bool
fn eq(&self, other: &StartMigrationOutput) -> bool
impl StructuralPartialEq for StartMigrationOutput
Auto Trait Implementations
impl RefUnwindSafe for StartMigrationOutput
impl Send for StartMigrationOutput
impl Sync for StartMigrationOutput
impl Unpin for StartMigrationOutput
impl UnwindSafe for StartMigrationOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more