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