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