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