Struct aws_sdk_ecr::operation::batch_get_repository_scanning_configuration::BatchGetRepositoryScanningConfigurationOutput   
source · #[non_exhaustive]pub struct BatchGetRepositoryScanningConfigurationOutput { /* private fields */ }Implementations§
source§impl BatchGetRepositoryScanningConfigurationOutput
 
impl BatchGetRepositoryScanningConfigurationOutput
sourcepub fn scanning_configurations(
    &self
) -> Option<&[RepositoryScanningConfiguration]>
 
pub fn scanning_configurations( &self ) -> Option<&[RepositoryScanningConfiguration]>
The scanning configuration for the requested repositories.
sourcepub fn failures(&self) -> Option<&[RepositoryScanningConfigurationFailure]>
 
pub fn failures(&self) -> Option<&[RepositoryScanningConfigurationFailure]>
Any failures associated with the call.
source§impl BatchGetRepositoryScanningConfigurationOutput
 
impl BatchGetRepositoryScanningConfigurationOutput
sourcepub fn builder() -> BatchGetRepositoryScanningConfigurationOutputBuilder
 
pub fn builder() -> BatchGetRepositoryScanningConfigurationOutputBuilder
Creates a new builder-style object to manufacture BatchGetRepositoryScanningConfigurationOutput.
Trait Implementations§
source§impl Clone for BatchGetRepositoryScanningConfigurationOutput
 
impl Clone for BatchGetRepositoryScanningConfigurationOutput
source§fn clone(&self) -> BatchGetRepositoryScanningConfigurationOutput
 
fn clone(&self) -> BatchGetRepositoryScanningConfigurationOutput
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<BatchGetRepositoryScanningConfigurationOutput> for BatchGetRepositoryScanningConfigurationOutput
 
impl PartialEq<BatchGetRepositoryScanningConfigurationOutput> for BatchGetRepositoryScanningConfigurationOutput
source§fn eq(&self, other: &BatchGetRepositoryScanningConfigurationOutput) -> bool
 
fn eq(&self, other: &BatchGetRepositoryScanningConfigurationOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for BatchGetRepositoryScanningConfigurationOutput
 
impl RequestId for BatchGetRepositoryScanningConfigurationOutput
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 BatchGetRepositoryScanningConfigurationOutput
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetRepositoryScanningConfigurationOutput
impl Send for BatchGetRepositoryScanningConfigurationOutput
impl Sync for BatchGetRepositoryScanningConfigurationOutput
impl Unpin for BatchGetRepositoryScanningConfigurationOutput
impl UnwindSafe for BatchGetRepositoryScanningConfigurationOutput
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