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