#[non_exhaustive]pub struct CreateUserSettingsOutput { /* private fields */ }
Implementations§
source§impl CreateUserSettingsOutput
impl CreateUserSettingsOutput
sourcepub fn user_settings_arn(&self) -> Option<&str>
pub fn user_settings_arn(&self) -> Option<&str>
The ARN of the user settings.
source§impl CreateUserSettingsOutput
impl CreateUserSettingsOutput
sourcepub fn builder() -> CreateUserSettingsOutputBuilder
pub fn builder() -> CreateUserSettingsOutputBuilder
Creates a new builder-style object to manufacture CreateUserSettingsOutput
.
Trait Implementations§
source§impl Clone for CreateUserSettingsOutput
impl Clone for CreateUserSettingsOutput
source§fn clone(&self) -> CreateUserSettingsOutput
fn clone(&self) -> CreateUserSettingsOutput
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 CreateUserSettingsOutput
impl Debug for CreateUserSettingsOutput
source§impl PartialEq<CreateUserSettingsOutput> for CreateUserSettingsOutput
impl PartialEq<CreateUserSettingsOutput> for CreateUserSettingsOutput
source§fn eq(&self, other: &CreateUserSettingsOutput) -> bool
fn eq(&self, other: &CreateUserSettingsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateUserSettingsOutput
impl RequestId for CreateUserSettingsOutput
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 CreateUserSettingsOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateUserSettingsOutput
impl Send for CreateUserSettingsOutput
impl Sync for CreateUserSettingsOutput
impl Unpin for CreateUserSettingsOutput
impl UnwindSafe for CreateUserSettingsOutput
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