Struct aws_sdk_ecr::operation::put_image::PutImageOutput
source · #[non_exhaustive]pub struct PutImageOutput { /* private fields */ }
Implementations§
source§impl PutImageOutput
impl PutImageOutput
sourcepub fn builder() -> PutImageOutputBuilder
pub fn builder() -> PutImageOutputBuilder
Creates a new builder-style object to manufacture PutImageOutput
.
Trait Implementations§
source§impl Clone for PutImageOutput
impl Clone for PutImageOutput
source§fn clone(&self) -> PutImageOutput
fn clone(&self) -> PutImageOutput
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 PutImageOutput
impl Debug for PutImageOutput
source§impl PartialEq<PutImageOutput> for PutImageOutput
impl PartialEq<PutImageOutput> for PutImageOutput
source§fn eq(&self, other: &PutImageOutput) -> bool
fn eq(&self, other: &PutImageOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for PutImageOutput
impl RequestId for PutImageOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.