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