#[non_exhaustive]pub struct CompleteLayerUploadOutput { /* private fields */ }Implementations§
source§impl 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.
source§impl CompleteLayerUploadOutput
 
impl CompleteLayerUploadOutput
sourcepub fn builder() -> CompleteLayerUploadOutputBuilder
 
pub fn builder() -> CompleteLayerUploadOutputBuilder
Creates a new builder-style object to manufacture CompleteLayerUploadOutput.
Trait Implementations§
source§impl Clone for CompleteLayerUploadOutput
 
impl Clone for CompleteLayerUploadOutput
source§fn clone(&self) -> CompleteLayerUploadOutput
 
fn clone(&self) -> CompleteLayerUploadOutput
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 CompleteLayerUploadOutput
 
impl Debug for CompleteLayerUploadOutput
source§impl PartialEq<CompleteLayerUploadOutput> for CompleteLayerUploadOutput
 
impl PartialEq<CompleteLayerUploadOutput> for CompleteLayerUploadOutput
source§fn eq(&self, other: &CompleteLayerUploadOutput) -> bool
 
fn eq(&self, other: &CompleteLayerUploadOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for CompleteLayerUploadOutput
 
impl RequestId for CompleteLayerUploadOutput
source§fn request_id(&self) -> Option<&str>
 
fn request_id(&self) -> Option<&str>
Returns the request ID, or 
None if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more