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