#[non_exhaustive]pub struct GetGlobalSettingsOutput { /* private fields */ }Implementations§
source§impl GetGlobalSettingsOutput
impl GetGlobalSettingsOutput
sourcepub fn business_calling(&self) -> Option<&BusinessCallingSettings>
pub fn business_calling(&self) -> Option<&BusinessCallingSettings>
The Amazon Chime Business Calling settings.
sourcepub fn voice_connector(&self) -> Option<&VoiceConnectorSettings>
pub fn voice_connector(&self) -> Option<&VoiceConnectorSettings>
The Amazon Chime Voice Connector settings.
source§impl GetGlobalSettingsOutput
impl GetGlobalSettingsOutput
sourcepub fn builder() -> GetGlobalSettingsOutputBuilder
pub fn builder() -> GetGlobalSettingsOutputBuilder
Creates a new builder-style object to manufacture GetGlobalSettingsOutput.
Trait Implementations§
source§impl Clone for GetGlobalSettingsOutput
impl Clone for GetGlobalSettingsOutput
source§fn clone(&self) -> GetGlobalSettingsOutput
fn clone(&self) -> GetGlobalSettingsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GetGlobalSettingsOutput
impl Debug for GetGlobalSettingsOutput
source§impl PartialEq<GetGlobalSettingsOutput> for GetGlobalSettingsOutput
impl PartialEq<GetGlobalSettingsOutput> for GetGlobalSettingsOutput
source§fn eq(&self, other: &GetGlobalSettingsOutput) -> bool
fn eq(&self, other: &GetGlobalSettingsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetGlobalSettingsOutput
impl RequestId for GetGlobalSettingsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for GetGlobalSettingsOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetGlobalSettingsOutput
impl Send for GetGlobalSettingsOutput
impl Sync for GetGlobalSettingsOutput
impl Unpin for GetGlobalSettingsOutput
impl UnwindSafe for GetGlobalSettingsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more