Struct aws_sdk_ssm::output::UpdateServiceSettingOutput
source · [−]#[non_exhaustive]pub struct UpdateServiceSettingOutput {}
Expand description
The result body of the UpdateServiceSetting API operation.
Implementations
sourceimpl UpdateServiceSettingOutput
impl UpdateServiceSettingOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateServiceSettingOutput
.
Trait Implementations
sourceimpl Clone for UpdateServiceSettingOutput
impl Clone for UpdateServiceSettingOutput
sourcefn clone(&self) -> UpdateServiceSettingOutput
fn clone(&self) -> UpdateServiceSettingOutput
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 UpdateServiceSettingOutput
impl Debug for UpdateServiceSettingOutput
sourceimpl PartialEq<UpdateServiceSettingOutput> for UpdateServiceSettingOutput
impl PartialEq<UpdateServiceSettingOutput> for UpdateServiceSettingOutput
sourcefn eq(&self, other: &UpdateServiceSettingOutput) -> bool
fn eq(&self, other: &UpdateServiceSettingOutput) -> bool
impl StructuralPartialEq for UpdateServiceSettingOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateServiceSettingOutput
impl Send for UpdateServiceSettingOutput
impl Sync for UpdateServiceSettingOutput
impl Unpin for UpdateServiceSettingOutput
impl UnwindSafe for UpdateServiceSettingOutput
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