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