Struct aws_sdk_chime::operation::update_voice_connector_group::UpdateVoiceConnectorGroupOutput
source · #[non_exhaustive]pub struct UpdateVoiceConnectorGroupOutput { /* private fields */ }Implementations§
source§impl UpdateVoiceConnectorGroupOutput
impl UpdateVoiceConnectorGroupOutput
sourcepub fn voice_connector_group(&self) -> Option<&VoiceConnectorGroup>
pub fn voice_connector_group(&self) -> Option<&VoiceConnectorGroup>
The updated Amazon Chime Voice Connector group details.
source§impl UpdateVoiceConnectorGroupOutput
impl UpdateVoiceConnectorGroupOutput
sourcepub fn builder() -> UpdateVoiceConnectorGroupOutputBuilder
pub fn builder() -> UpdateVoiceConnectorGroupOutputBuilder
Creates a new builder-style object to manufacture UpdateVoiceConnectorGroupOutput.
Trait Implementations§
source§impl Clone for UpdateVoiceConnectorGroupOutput
impl Clone for UpdateVoiceConnectorGroupOutput
source§fn clone(&self) -> UpdateVoiceConnectorGroupOutput
fn clone(&self) -> UpdateVoiceConnectorGroupOutput
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 PartialEq<UpdateVoiceConnectorGroupOutput> for UpdateVoiceConnectorGroupOutput
impl PartialEq<UpdateVoiceConnectorGroupOutput> for UpdateVoiceConnectorGroupOutput
source§fn eq(&self, other: &UpdateVoiceConnectorGroupOutput) -> bool
fn eq(&self, other: &UpdateVoiceConnectorGroupOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateVoiceConnectorGroupOutput
impl RequestId for UpdateVoiceConnectorGroupOutput
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 UpdateVoiceConnectorGroupOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateVoiceConnectorGroupOutput
impl Send for UpdateVoiceConnectorGroupOutput
impl Sync for UpdateVoiceConnectorGroupOutput
impl Unpin for UpdateVoiceConnectorGroupOutput
impl UnwindSafe for UpdateVoiceConnectorGroupOutput
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