Struct aws_sdk_ecr::types::LayerFailure
source · #[non_exhaustive]pub struct LayerFailure { /* private fields */ }
Expand description
An object representing an Amazon ECR image layer failure.
Implementations§
source§impl LayerFailure
impl LayerFailure
sourcepub fn layer_digest(&self) -> Option<&str>
pub fn layer_digest(&self) -> Option<&str>
The layer digest associated with the failure.
sourcepub fn failure_code(&self) -> Option<&LayerFailureCode>
pub fn failure_code(&self) -> Option<&LayerFailureCode>
The failure code associated with the failure.
sourcepub fn failure_reason(&self) -> Option<&str>
pub fn failure_reason(&self) -> Option<&str>
The reason for the failure.
source§impl LayerFailure
impl LayerFailure
sourcepub fn builder() -> LayerFailureBuilder
pub fn builder() -> LayerFailureBuilder
Creates a new builder-style object to manufacture LayerFailure
.
Trait Implementations§
source§impl Clone for LayerFailure
impl Clone for LayerFailure
source§fn clone(&self) -> LayerFailure
fn clone(&self) -> LayerFailure
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 LayerFailure
impl Debug for LayerFailure
source§impl PartialEq<LayerFailure> for LayerFailure
impl PartialEq<LayerFailure> for LayerFailure
source§fn eq(&self, other: &LayerFailure) -> bool
fn eq(&self, other: &LayerFailure) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.