Struct aws_sdk_ecr::error::LayerPartTooSmallException
source · [−]#[non_exhaustive]pub struct LayerPartTooSmallException { /* private fields */ }
Expand description
Layer parts must be at least 5 MiB in size.
Implementations
sourceimpl LayerPartTooSmallException
impl LayerPartTooSmallException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LayerPartTooSmallException
.
Trait Implementations
sourceimpl Clone for LayerPartTooSmallException
impl Clone for LayerPartTooSmallException
sourcefn clone(&self) -> LayerPartTooSmallException
fn clone(&self) -> LayerPartTooSmallException
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 LayerPartTooSmallException
impl Debug for LayerPartTooSmallException
sourceimpl Display for LayerPartTooSmallException
impl Display for LayerPartTooSmallException
sourceimpl Error for LayerPartTooSmallException
impl Error for LayerPartTooSmallException
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<LayerPartTooSmallException> for LayerPartTooSmallException
impl PartialEq<LayerPartTooSmallException> for LayerPartTooSmallException
sourcefn eq(&self, other: &LayerPartTooSmallException) -> bool
fn eq(&self, other: &LayerPartTooSmallException) -> bool
impl StructuralPartialEq for LayerPartTooSmallException
Auto Trait Implementations
impl RefUnwindSafe for LayerPartTooSmallException
impl Send for LayerPartTooSmallException
impl Sync for LayerPartTooSmallException
impl Unpin for LayerPartTooSmallException
impl UnwindSafe for LayerPartTooSmallException
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