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