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