Struct aws_sdk_ecr::operation::batch_check_layer_availability::BatchCheckLayerAvailabilityOutput   
source · #[non_exhaustive]pub struct BatchCheckLayerAvailabilityOutput { /* private fields */ }Implementations§
source§impl BatchCheckLayerAvailabilityOutput
 
impl BatchCheckLayerAvailabilityOutput
sourcepub fn builder() -> BatchCheckLayerAvailabilityOutputBuilder
 
pub fn builder() -> BatchCheckLayerAvailabilityOutputBuilder
Creates a new builder-style object to manufacture BatchCheckLayerAvailabilityOutput.
Trait Implementations§
source§impl Clone for BatchCheckLayerAvailabilityOutput
 
impl Clone for BatchCheckLayerAvailabilityOutput
source§fn clone(&self) -> BatchCheckLayerAvailabilityOutput
 
fn clone(&self) -> BatchCheckLayerAvailabilityOutput
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 PartialEq<BatchCheckLayerAvailabilityOutput> for BatchCheckLayerAvailabilityOutput
 
impl PartialEq<BatchCheckLayerAvailabilityOutput> for BatchCheckLayerAvailabilityOutput
source§fn eq(&self, other: &BatchCheckLayerAvailabilityOutput) -> bool
 
fn eq(&self, other: &BatchCheckLayerAvailabilityOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for BatchCheckLayerAvailabilityOutput
 
impl RequestId for BatchCheckLayerAvailabilityOutput
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 BatchCheckLayerAvailabilityOutput
Auto Trait Implementations§
impl RefUnwindSafe for BatchCheckLayerAvailabilityOutput
impl Send for BatchCheckLayerAvailabilityOutput
impl Sync for BatchCheckLayerAvailabilityOutput
impl Unpin for BatchCheckLayerAvailabilityOutput
impl UnwindSafe for BatchCheckLayerAvailabilityOutput
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