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