Struct aws_sdk_ec2::output::CreateDefaultSubnetOutput
source · #[non_exhaustive]pub struct CreateDefaultSubnetOutput { /* private fields */ }
Implementations§
source§impl CreateDefaultSubnetOutput
impl CreateDefaultSubnetOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateDefaultSubnetOutput
.
Trait Implementations§
source§impl Clone for CreateDefaultSubnetOutput
impl Clone for CreateDefaultSubnetOutput
source§fn clone(&self) -> CreateDefaultSubnetOutput
fn clone(&self) -> CreateDefaultSubnetOutput
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 more