Struct aws_sdk_ecr::output::CompleteLayerUploadOutput
source · [−]#[non_exhaustive]pub struct CompleteLayerUploadOutput { /* private fields */ }
Implementations
sourceimpl CompleteLayerUploadOutput
impl CompleteLayerUploadOutput
sourcepub fn registry_id(&self) -> Option<&str>
pub fn registry_id(&self) -> Option<&str>
The registry ID associated with the request.
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The repository name associated with the request.
sourcepub fn layer_digest(&self) -> Option<&str>
pub fn layer_digest(&self) -> Option<&str>
The sha256
digest of the image layer.
sourceimpl CompleteLayerUploadOutput
impl CompleteLayerUploadOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CompleteLayerUploadOutput
.
Trait Implementations
sourceimpl Clone for CompleteLayerUploadOutput
impl Clone for CompleteLayerUploadOutput
sourcefn clone(&self) -> CompleteLayerUploadOutput
fn clone(&self) -> CompleteLayerUploadOutput
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 CompleteLayerUploadOutput
impl Debug for CompleteLayerUploadOutput
sourceimpl PartialEq<CompleteLayerUploadOutput> for CompleteLayerUploadOutput
impl PartialEq<CompleteLayerUploadOutput> for CompleteLayerUploadOutput
sourcefn eq(&self, other: &CompleteLayerUploadOutput) -> bool
fn eq(&self, other: &CompleteLayerUploadOutput) -> bool
impl StructuralPartialEq for CompleteLayerUploadOutput
Auto Trait Implementations
impl RefUnwindSafe for CompleteLayerUploadOutput
impl Send for CompleteLayerUploadOutput
impl Sync for CompleteLayerUploadOutput
impl Unpin for CompleteLayerUploadOutput
impl UnwindSafe for CompleteLayerUploadOutput
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