pub struct ModifyReplicationSubnetGroupResponse {
pub replication_subnet_group: Option<ReplicationSubnetGroup>,
}Expand description
Fields§
§replication_subnet_group: Option<ReplicationSubnetGroup>The modified replication subnet group.
Trait Implementations§
Source§impl Clone for ModifyReplicationSubnetGroupResponse
impl Clone for ModifyReplicationSubnetGroupResponse
Source§fn clone(&self) -> ModifyReplicationSubnetGroupResponse
fn clone(&self) -> ModifyReplicationSubnetGroupResponse
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 ModifyReplicationSubnetGroupResponse
impl Default for ModifyReplicationSubnetGroupResponse
Source§fn default() -> ModifyReplicationSubnetGroupResponse
fn default() -> ModifyReplicationSubnetGroupResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModifyReplicationSubnetGroupResponse
impl<'de> Deserialize<'de> for ModifyReplicationSubnetGroupResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ModifyReplicationSubnetGroupResponse
impl PartialEq for ModifyReplicationSubnetGroupResponse
Source§fn eq(&self, other: &ModifyReplicationSubnetGroupResponse) -> bool
fn eq(&self, other: &ModifyReplicationSubnetGroupResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModifyReplicationSubnetGroupResponse
Auto Trait Implementations§
impl Freeze for ModifyReplicationSubnetGroupResponse
impl RefUnwindSafe for ModifyReplicationSubnetGroupResponse
impl Send for ModifyReplicationSubnetGroupResponse
impl Sync for ModifyReplicationSubnetGroupResponse
impl Unpin for ModifyReplicationSubnetGroupResponse
impl UnwindSafe for ModifyReplicationSubnetGroupResponse
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