Struct aws_sdk_workdocs::output::DeactivateUserOutput
source · #[non_exhaustive]pub struct DeactivateUserOutput {}
Implementations§
source§impl DeactivateUserOutput
impl DeactivateUserOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeactivateUserOutput
.
Trait Implementations§
source§impl Clone for DeactivateUserOutput
impl Clone for DeactivateUserOutput
source§fn clone(&self) -> DeactivateUserOutput
fn clone(&self) -> DeactivateUserOutput
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 DeactivateUserOutput
impl Debug for DeactivateUserOutput
source§impl PartialEq<DeactivateUserOutput> for DeactivateUserOutput
impl PartialEq<DeactivateUserOutput> for DeactivateUserOutput
source§fn eq(&self, other: &DeactivateUserOutput) -> bool
fn eq(&self, other: &DeactivateUserOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.