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