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