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