Struct aws_sdk_ecr::output::PutImageOutput
source · #[non_exhaustive]pub struct PutImageOutput { /* private fields */ }Implementations§
source§impl PutImageOutput
impl PutImageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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 ==.