#[non_exhaustive]pub struct BatchGetProjectsInput { /* private fields */ }
Implementations§
source§impl BatchGetProjectsInput
impl BatchGetProjectsInput
sourcepub fn builder() -> BatchGetProjectsInputBuilder
pub fn builder() -> BatchGetProjectsInputBuilder
Creates a new builder-style object to manufacture BatchGetProjectsInput
.
source§impl BatchGetProjectsInput
impl BatchGetProjectsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetProjects, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<BatchGetProjects, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetProjects
>
Trait Implementations§
source§impl Clone for BatchGetProjectsInput
impl Clone for BatchGetProjectsInput
source§fn clone(&self) -> BatchGetProjectsInput
fn clone(&self) -> BatchGetProjectsInput
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 BatchGetProjectsInput
impl Debug for BatchGetProjectsInput
source§impl PartialEq<BatchGetProjectsInput> for BatchGetProjectsInput
impl PartialEq<BatchGetProjectsInput> for BatchGetProjectsInput
source§fn eq(&self, other: &BatchGetProjectsInput) -> bool
fn eq(&self, other: &BatchGetProjectsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchGetProjectsInput
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetProjectsInput
impl Send for BatchGetProjectsInput
impl Sync for BatchGetProjectsInput
impl Unpin for BatchGetProjectsInput
impl UnwindSafe for BatchGetProjectsInput
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