Struct aws_sdk_chime::input::UpdateUserSettingsInput
source · [−]#[non_exhaustive]pub struct UpdateUserSettingsInput { /* private fields */ }Implementations
sourceimpl UpdateUserSettingsInput
impl UpdateUserSettingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateUserSettings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateUserSettings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateUserSettings>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateUserSettingsInput.
sourceimpl UpdateUserSettingsInput
impl UpdateUserSettingsInput
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The Amazon Chime account ID.
sourcepub fn user_settings(&self) -> Option<&UserSettings>
pub fn user_settings(&self) -> Option<&UserSettings>
The user settings to update.
Trait Implementations
sourceimpl Clone for UpdateUserSettingsInput
impl Clone for UpdateUserSettingsInput
sourcefn clone(&self) -> UpdateUserSettingsInput
fn clone(&self) -> UpdateUserSettingsInput
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 UpdateUserSettingsInput
impl Debug for UpdateUserSettingsInput
sourceimpl PartialEq<UpdateUserSettingsInput> for UpdateUserSettingsInput
impl PartialEq<UpdateUserSettingsInput> for UpdateUserSettingsInput
sourcefn eq(&self, other: &UpdateUserSettingsInput) -> bool
fn eq(&self, other: &UpdateUserSettingsInput) -> bool
impl StructuralPartialEq for UpdateUserSettingsInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateUserSettingsInput
impl Send for UpdateUserSettingsInput
impl Sync for UpdateUserSettingsInput
impl Unpin for UpdateUserSettingsInput
impl UnwindSafe for UpdateUserSettingsInput
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