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