#[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() -> Builder
pub fn builder() -> Builder
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 ==
.