#[non_exhaustive]pub struct BatchGetRepositoryScanningConfigurationOutput { /* private fields */ }
Implementations
sourceimpl 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.
sourceimpl BatchGetRepositoryScanningConfigurationOutput
impl BatchGetRepositoryScanningConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetRepositoryScanningConfigurationOutput
.
Trait Implementations
sourceimpl Clone for BatchGetRepositoryScanningConfigurationOutput
impl Clone for BatchGetRepositoryScanningConfigurationOutput
sourcefn clone(&self) -> BatchGetRepositoryScanningConfigurationOutput
fn clone(&self) -> BatchGetRepositoryScanningConfigurationOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<BatchGetRepositoryScanningConfigurationOutput> for BatchGetRepositoryScanningConfigurationOutput
impl PartialEq<BatchGetRepositoryScanningConfigurationOutput> for BatchGetRepositoryScanningConfigurationOutput
sourcefn eq(&self, other: &BatchGetRepositoryScanningConfigurationOutput) -> bool
fn eq(&self, other: &BatchGetRepositoryScanningConfigurationOutput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more