#[non_exhaustive]pub struct DeleteUserSettingsInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteUserSettingsInput
.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for DeleteUserSettingsInput
impl Clone for DeleteUserSettingsInput
sourcefn clone(&self) -> DeleteUserSettingsInput
fn clone(&self) -> DeleteUserSettingsInput
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 DeleteUserSettingsInput
impl Debug for DeleteUserSettingsInput
sourceimpl PartialEq<DeleteUserSettingsInput> for DeleteUserSettingsInput
impl PartialEq<DeleteUserSettingsInput> for DeleteUserSettingsInput
sourcefn eq(&self, other: &DeleteUserSettingsInput) -> bool
fn eq(&self, other: &DeleteUserSettingsInput) -> bool
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
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