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