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.impl StructuralPartialEq for DisassociateUserSettingsOutput
Auto Trait Implementations§
impl RefUnwindSafe for DisassociateUserSettingsOutput
impl Send for DisassociateUserSettingsOutput
impl Sync for DisassociateUserSettingsOutput
impl Unpin for DisassociateUserSettingsOutput
impl UnwindSafe for DisassociateUserSettingsOutput
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