Struct aws_sdk_workdocs::output::DeactivateUserOutput  
source · [−]#[non_exhaustive]pub struct DeactivateUserOutput {}Implementations
sourceimpl DeactivateUserOutput
 
impl DeactivateUserOutput
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeactivateUserOutput.
Trait Implementations
sourceimpl Clone for DeactivateUserOutput
 
impl Clone for DeactivateUserOutput
sourcefn clone(&self) -> DeactivateUserOutput
 
fn clone(&self) -> DeactivateUserOutput
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 DeactivateUserOutput
 
impl Debug for DeactivateUserOutput
sourceimpl PartialEq<DeactivateUserOutput> for DeactivateUserOutput
 
impl PartialEq<DeactivateUserOutput> for DeactivateUserOutput
sourcefn eq(&self, other: &DeactivateUserOutput) -> bool
 
fn eq(&self, other: &DeactivateUserOutput) -> bool
impl StructuralPartialEq for DeactivateUserOutput
Auto Trait Implementations
impl RefUnwindSafe for DeactivateUserOutput
impl Send for DeactivateUserOutput
impl Sync for DeactivateUserOutput
impl Unpin for DeactivateUserOutput
impl UnwindSafe for DeactivateUserOutput
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