pub struct DeleteReplicationGroupMemberAction {
pub region_name: String,
}
Expand description
Represents a replica to be deleted.
Fields§
§region_name: String
The Region where the replica exists.
Trait Implementations§
Source§impl Clone for DeleteReplicationGroupMemberAction
impl Clone for DeleteReplicationGroupMemberAction
Source§fn clone(&self) -> DeleteReplicationGroupMemberAction
fn clone(&self) -> DeleteReplicationGroupMemberAction
Returns a duplicate 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 Default for DeleteReplicationGroupMemberAction
impl Default for DeleteReplicationGroupMemberAction
Source§fn default() -> DeleteReplicationGroupMemberAction
fn default() -> DeleteReplicationGroupMemberAction
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteReplicationGroupMemberAction
impl PartialEq for DeleteReplicationGroupMemberAction
Source§fn eq(&self, other: &DeleteReplicationGroupMemberAction) -> bool
fn eq(&self, other: &DeleteReplicationGroupMemberAction) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeleteReplicationGroupMemberAction
Auto Trait Implementations§
impl Freeze for DeleteReplicationGroupMemberAction
impl RefUnwindSafe for DeleteReplicationGroupMemberAction
impl Send for DeleteReplicationGroupMemberAction
impl Sync for DeleteReplicationGroupMemberAction
impl Unpin for DeleteReplicationGroupMemberAction
impl UnwindSafe for DeleteReplicationGroupMemberAction
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