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