Struct aws_sdk_ecr::error::LayerAlreadyExistsException
source · [−]#[non_exhaustive]pub struct LayerAlreadyExistsException { /* private fields */ }
Expand description
The image layer already exists in the associated repository.
Implementations
sourceimpl LayerAlreadyExistsException
impl LayerAlreadyExistsException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LayerAlreadyExistsException
.
Trait Implementations
sourceimpl Clone for LayerAlreadyExistsException
impl Clone for LayerAlreadyExistsException
sourcefn clone(&self) -> LayerAlreadyExistsException
fn clone(&self) -> LayerAlreadyExistsException
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LayerAlreadyExistsException
impl Debug for LayerAlreadyExistsException
sourceimpl Display for LayerAlreadyExistsException
impl Display for LayerAlreadyExistsException
sourceimpl Error for LayerAlreadyExistsException
impl Error for LayerAlreadyExistsException
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<LayerAlreadyExistsException> for LayerAlreadyExistsException
impl PartialEq<LayerAlreadyExistsException> for LayerAlreadyExistsException
sourcefn eq(&self, other: &LayerAlreadyExistsException) -> bool
fn eq(&self, other: &LayerAlreadyExistsException) -> bool
impl StructuralPartialEq for LayerAlreadyExistsException
Auto Trait Implementations
impl RefUnwindSafe for LayerAlreadyExistsException
impl Send for LayerAlreadyExistsException
impl Sync for LayerAlreadyExistsException
impl Unpin for LayerAlreadyExistsException
impl UnwindSafe for LayerAlreadyExistsException
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more