#[non_exhaustive]pub struct CreateUserSettingsOutput { /* private fields */ }
Implementations
sourceimpl 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.
sourceimpl CreateUserSettingsOutput
impl CreateUserSettingsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateUserSettingsOutput
.
Trait Implementations
sourceimpl Clone for CreateUserSettingsOutput
impl Clone for CreateUserSettingsOutput
sourcefn clone(&self) -> CreateUserSettingsOutput
fn clone(&self) -> CreateUserSettingsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CreateUserSettingsOutput
impl Debug for CreateUserSettingsOutput
sourceimpl PartialEq<CreateUserSettingsOutput> for CreateUserSettingsOutput
impl PartialEq<CreateUserSettingsOutput> for CreateUserSettingsOutput
sourcefn eq(&self, other: &CreateUserSettingsOutput) -> bool
fn eq(&self, other: &CreateUserSettingsOutput) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more