#[non_exhaustive]pub struct DeactivateUserOutput { /* private fields */ }
Implementations§
source§impl DeactivateUserOutput
impl DeactivateUserOutput
sourcepub fn builder() -> DeactivateUserOutputBuilder
pub fn builder() -> DeactivateUserOutputBuilder
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 for DeactivateUserOutput
impl PartialEq 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 ==
.source§impl RequestId for DeactivateUserOutput
impl RequestId for DeactivateUserOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.