#[non_exhaustive]pub struct BatchGetRepositoryScanningConfigurationInput { /* private fields */ }
Implementations
sourceimpl BatchGetRepositoryScanningConfigurationInput
impl BatchGetRepositoryScanningConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetRepositoryScanningConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetRepositoryScanningConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetRepositoryScanningConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetRepositoryScanningConfigurationInput
.
sourceimpl BatchGetRepositoryScanningConfigurationInput
impl BatchGetRepositoryScanningConfigurationInput
sourcepub fn repository_names(&self) -> Option<&[String]>
pub fn repository_names(&self) -> Option<&[String]>
One or more repository names to get the scanning configuration for.
Trait Implementations
sourceimpl Clone for BatchGetRepositoryScanningConfigurationInput
impl Clone for BatchGetRepositoryScanningConfigurationInput
sourcefn clone(&self) -> BatchGetRepositoryScanningConfigurationInput
fn clone(&self) -> BatchGetRepositoryScanningConfigurationInput
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<BatchGetRepositoryScanningConfigurationInput> for BatchGetRepositoryScanningConfigurationInput
impl PartialEq<BatchGetRepositoryScanningConfigurationInput> for BatchGetRepositoryScanningConfigurationInput
sourcefn eq(&self, other: &BatchGetRepositoryScanningConfigurationInput) -> bool
fn eq(&self, other: &BatchGetRepositoryScanningConfigurationInput) -> bool
impl StructuralPartialEq for BatchGetRepositoryScanningConfigurationInput
Auto Trait Implementations
impl RefUnwindSafe for BatchGetRepositoryScanningConfigurationInput
impl Send for BatchGetRepositoryScanningConfigurationInput
impl Sync for BatchGetRepositoryScanningConfigurationInput
impl Unpin for BatchGetRepositoryScanningConfigurationInput
impl UnwindSafe for BatchGetRepositoryScanningConfigurationInput
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