Struct aws_sdk_ecr::model::ImageIdentifier
source · #[non_exhaustive]pub struct ImageIdentifier { /* private fields */ }
Expand description
An object with identifying information for an image in an Amazon ECR repository.
Implementations§
source§impl ImageIdentifier
impl ImageIdentifier
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImageIdentifier
.
Trait Implementations§
source§impl Clone for ImageIdentifier
impl Clone for ImageIdentifier
source§fn clone(&self) -> ImageIdentifier
fn clone(&self) -> ImageIdentifier
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 ImageIdentifier
impl Debug for ImageIdentifier
source§impl PartialEq<ImageIdentifier> for ImageIdentifier
impl PartialEq<ImageIdentifier> for ImageIdentifier
source§fn eq(&self, other: &ImageIdentifier) -> bool
fn eq(&self, other: &ImageIdentifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.