pub struct DeleteReplicationGroupResult {
pub replication_group: Option<ReplicationGroup>,
}
Fields§
§replication_group: Option<ReplicationGroup>
Trait Implementations§
Source§impl Clone for DeleteReplicationGroupResult
impl Clone for DeleteReplicationGroupResult
Source§fn clone(&self) -> DeleteReplicationGroupResult
fn clone(&self) -> DeleteReplicationGroupResult
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 DeleteReplicationGroupResult
impl Debug for DeleteReplicationGroupResult
Source§impl Default for DeleteReplicationGroupResult
impl Default for DeleteReplicationGroupResult
Source§fn default() -> DeleteReplicationGroupResult
fn default() -> DeleteReplicationGroupResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteReplicationGroupResult
impl PartialEq for DeleteReplicationGroupResult
Source§fn eq(&self, other: &DeleteReplicationGroupResult) -> bool
fn eq(&self, other: &DeleteReplicationGroupResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeleteReplicationGroupResult
Auto Trait Implementations§
impl Freeze for DeleteReplicationGroupResult
impl RefUnwindSafe for DeleteReplicationGroupResult
impl Send for DeleteReplicationGroupResult
impl Sync for DeleteReplicationGroupResult
impl Unpin for DeleteReplicationGroupResult
impl UnwindSafe for DeleteReplicationGroupResult
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