Struct aws_sdk_workdocs::input::ActivateUserInput
source · [−]#[non_exhaustive]pub struct ActivateUserInput { /* private fields */ }
Implementations
sourceimpl 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
sourceimpl Clone for ActivateUserInput
impl Clone for ActivateUserInput
sourcefn clone(&self) -> ActivateUserInput
fn clone(&self) -> ActivateUserInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ActivateUserInput
impl Debug for ActivateUserInput
sourceimpl PartialEq<ActivateUserInput> for ActivateUserInput
impl PartialEq<ActivateUserInput> for ActivateUserInput
sourcefn eq(&self, other: &ActivateUserInput) -> bool
fn eq(&self, other: &ActivateUserInput) -> bool
impl StructuralPartialEq for ActivateUserInput
Auto Trait Implementations
impl RefUnwindSafe for ActivateUserInput
impl Send for ActivateUserInput
impl Sync for ActivateUserInput
impl Unpin for ActivateUserInput
impl UnwindSafe for ActivateUserInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more