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