Struct aws_sdk_dax::types::SubnetGroup
source · #[non_exhaustive]pub struct SubnetGroup { /* private fields */ }Expand description
Represents the output of one of the following actions:
-
CreateSubnetGroup
-
ModifySubnetGroup
Implementations§
source§impl SubnetGroup
impl SubnetGroup
source§impl SubnetGroup
impl SubnetGroup
sourcepub fn builder() -> SubnetGroupBuilder
pub fn builder() -> SubnetGroupBuilder
Creates a new builder-style object to manufacture SubnetGroup.
Trait Implementations§
source§impl Clone for SubnetGroup
impl Clone for SubnetGroup
source§fn clone(&self) -> SubnetGroup
fn clone(&self) -> SubnetGroup
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 SubnetGroup
impl Debug for SubnetGroup
source§impl PartialEq<SubnetGroup> for SubnetGroup
impl PartialEq<SubnetGroup> for SubnetGroup
source§fn eq(&self, other: &SubnetGroup) -> bool
fn eq(&self, other: &SubnetGroup) -> bool
This method tests for
self and other values to be equal, and is used
by ==.