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