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