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