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