Struct aws_sdk_ec2::output::CreateCoipPoolOutput
source · #[non_exhaustive]pub struct CreateCoipPoolOutput { /* private fields */ }
Implementations§
source§impl CreateCoipPoolOutput
impl CreateCoipPoolOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCoipPoolOutput
.
Trait Implementations§
source§impl Clone for CreateCoipPoolOutput
impl Clone for CreateCoipPoolOutput
source§fn clone(&self) -> CreateCoipPoolOutput
fn clone(&self) -> CreateCoipPoolOutput
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 CreateCoipPoolOutput
impl Debug for CreateCoipPoolOutput
source§impl PartialEq<CreateCoipPoolOutput> for CreateCoipPoolOutput
impl PartialEq<CreateCoipPoolOutput> for CreateCoipPoolOutput
source§fn eq(&self, other: &CreateCoipPoolOutput) -> bool
fn eq(&self, other: &CreateCoipPoolOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.